Class ImGuiImplGlfwMixin

java.lang.Object
foundry.veil.mixin.imgui.client.ImGuiImplGlfwMixin

public class ImGuiImplGlfwMixin extends Object
  • 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)