Package foundry.veil.mixin.imgui.client
Class ImGuiImplGlfwMixin
java.lang.Object
foundry.veil.mixin.imgui.client.ImGuiImplGlfwMixin
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
destroyCursor
(long cursor) int
getNotAllowedCursor
(int shape) int
getResizeNESWCursor
(int shape) int
getResizeNWSECursor
(int shape) void
updateMousePosAndButtons
(org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
-
Constructor Details
-
ImGuiImplGlfwMixin
public ImGuiImplGlfwMixin()
-
-
Method Details
-
updateMousePosAndButtons
public void updateMousePosAndButtons(org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci) -
getResizeNESWCursor
public int getResizeNESWCursor(int shape) -
getResizeNWSECursor
public int getResizeNWSECursor(int shape) -
getNotAllowedCursor
public int getNotAllowedCursor(int shape) -
destroyCursor
public void destroyCursor(long cursor)
-