Package foundry.veil.imgui
Class InactiveVeilImGuiImpl
java.lang.Object
foundry.veil.imgui.InactiveVeilImGuiImpl
- All Implemented Interfaces:
VeilImGui,AutoCloseable,org.lwjgl.system.NativeResource
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbegin()booleancharCallback(long window, int codepoint) voidend()voidfree()booleankeyCallback(long window, int key, int scancode, int action, int mods) booleanmouseButtonCallback(long window, int button, int action, int mods) voidbooleanscrollCallback(long window, double xOffset, double yOffset) booleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.lwjgl.system.NativeResource
close
-
Constructor Details
-
InactiveVeilImGuiImpl
public InactiveVeilImGuiImpl()
-
-
Method Details
-
begin
public void begin() -
end
public void end() -
onGrabMouse
public void onGrabMouse()- Specified by:
onGrabMousein interfaceVeilImGui
-
mouseButtonCallback
public boolean mouseButtonCallback(long window, int button, int action, int mods) - Specified by:
mouseButtonCallbackin interfaceVeilImGui
-
scrollCallback
public boolean scrollCallback(long window, double xOffset, double yOffset) - Specified by:
scrollCallbackin interfaceVeilImGui
-
keyCallback
public boolean keyCallback(long window, int key, int scancode, int action, int mods) - Specified by:
keyCallbackin interfaceVeilImGui
-
charCallback
public boolean charCallback(long window, int codepoint) - Specified by:
charCallbackin interfaceVeilImGui
-
shouldHideMouse
public boolean shouldHideMouse()- Specified by:
shouldHideMousein interfaceVeilImGui
-
free
public void free()- Specified by:
freein interfaceorg.lwjgl.system.NativeResource
-