Package foundry.veil.impl.client.imgui
Class InactiveVeilImGuiImpl
java.lang.Object
foundry.veil.impl.client.imgui.InactiveVeilImGuiImpl
- All Implemented Interfaces:
VeilImGui
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddImguiShaders(ObjIntConsumer<net.minecraft.resources.ResourceLocation> registry) voidbegin()voidbooleancharCallback(long window, int codepoint) voidend()voidendFrame()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) booleanvoidtoggle()void
-
Constructor Details
-
InactiveVeilImGuiImpl
public InactiveVeilImGuiImpl()
-
-
Method Details
-
begin
public void begin() -
beginFrame
public void beginFrame()- Specified by:
beginFramein interfaceVeilImGui
-
endFrame
public void endFrame() -
end
public void end() -
onGrabMouse
public void onGrabMouse()- Specified by:
onGrabMousein interfaceVeilImGui
-
toggle
public void toggle() -
updateFonts
public void updateFonts()- Specified by:
updateFontsin interfaceVeilImGui
-
addImguiShaders
- Specified by:
addImguiShadersin 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
-