Package foundry.veil.impl.client.imgui
Class VeilImGuiImplGlfw
java.lang.Object
imgui.glfw.ImGuiImplGlfw
foundry.veil.impl.client.imgui.VeilImGuiImplGlfw
Deprecated.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class imgui.glfw.ImGuiImplGlfw
imgui.glfw.ImGuiImplGlfw.Data -
Field Summary
Fields inherited from class imgui.glfw.ImGuiImplGlfw
data, IS_APPLE, IS_WINDOWS, OS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcharCallback(long window, int c) Deprecated.voidcursorEnterCallback(long window, boolean entered) Deprecated.voidcursorPosCallback(long window, double x, double y) Deprecated.protected imgui.callback.ImStrSupplierDeprecated.voidkeyCallback(long window, int keycode, int scancode, int action, int mods) Deprecated.voidmonitorCallback(long window, int event) Deprecated.voidmouseButtonCallback(long window, int button, int action, int mods) Deprecated.protected imgui.glfw.ImGuiImplGlfw.DatanewData()Deprecated.voidscrollCallback(long window, double xOffset, double yOffset) Deprecated.protected imgui.callback.ImStrConsumerDeprecated.voidwindowFocusCallback(long window, boolean focused) Deprecated.Methods inherited from class imgui.glfw.ImGuiImplGlfw
freeCallback, glfwKeyToImGuiKey, init, initPlatformInterface, installCallbacks, keyToModifier, newFrame, restoreCallbacks, shutdown, shutdownPlatformInterface, translateUntranslatedKey, updateGamepads, updateKeyModifiers, updateMonitors, updateMouseCursor, updateMouseData
-
Constructor Details
-
VeilImGuiImplGlfw
Deprecated.
-
-
Method Details
-
getClipboardTextFn
protected imgui.callback.ImStrSupplier getClipboardTextFn()Deprecated.- Overrides:
getClipboardTextFnin classimgui.glfw.ImGuiImplGlfw
-
setClipboardTextFn
protected imgui.callback.ImStrConsumer setClipboardTextFn()Deprecated.- Overrides:
setClipboardTextFnin classimgui.glfw.ImGuiImplGlfw
-
mouseButtonCallback
public void mouseButtonCallback(long window, int button, int action, int mods) Deprecated.- Overrides:
mouseButtonCallbackin classimgui.glfw.ImGuiImplGlfw
-
scrollCallback
public void scrollCallback(long window, double xOffset, double yOffset) Deprecated.- Overrides:
scrollCallbackin classimgui.glfw.ImGuiImplGlfw
-
keyCallback
public void keyCallback(long window, int keycode, int scancode, int action, int mods) Deprecated.- Overrides:
keyCallbackin classimgui.glfw.ImGuiImplGlfw
-
windowFocusCallback
public void windowFocusCallback(long window, boolean focused) Deprecated.- Overrides:
windowFocusCallbackin classimgui.glfw.ImGuiImplGlfw
-
cursorPosCallback
public void cursorPosCallback(long window, double x, double y) Deprecated.- Overrides:
cursorPosCallbackin classimgui.glfw.ImGuiImplGlfw
-
cursorEnterCallback
public void cursorEnterCallback(long window, boolean entered) Deprecated.- Overrides:
cursorEnterCallbackin classimgui.glfw.ImGuiImplGlfw
-
charCallback
public void charCallback(long window, int c) Deprecated.- Overrides:
charCallbackin classimgui.glfw.ImGuiImplGlfw
-
monitorCallback
public void monitorCallback(long window, int event) Deprecated.- Overrides:
monitorCallbackin classimgui.glfw.ImGuiImplGlfw
-
newData
protected imgui.glfw.ImGuiImplGlfw.Data newData()Deprecated.- Overrides:
newDatain classimgui.glfw.ImGuiImplGlfw
-