Package foundry.veil.impl.client.imgui
Class InactiveVeilImGuiImpl
java.lang.Object
foundry.veil.impl.client.imgui.InactiveVeilImGuiImpl
- All Implemented Interfaces:
VeilImGui
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addImguiShaders
(ObjIntConsumer<net.minecraft.resources.ResourceLocation> registry) void
begin()
void
boolean
charCallback
(long window, int codepoint) void
end()
void
endFrame()
boolean
keyCallback
(long window, int key, int scancode, int action, int mods) boolean
mouseButtonCallback
(long window, int button, int action, int mods) void
boolean
scrollCallback
(long window, double xOffset, double yOffset) boolean
void
toggle()
void
-
Constructor Details
-
InactiveVeilImGuiImpl
public InactiveVeilImGuiImpl()
-
-
Method Details
-
begin
public void begin() -
beginFrame
public void beginFrame()- Specified by:
beginFrame
in interfaceVeilImGui
-
endFrame
public void endFrame() -
end
public void end() -
onGrabMouse
public void onGrabMouse()- Specified by:
onGrabMouse
in interfaceVeilImGui
-
toggle
public void toggle() -
updateFonts
public void updateFonts()- Specified by:
updateFonts
in interfaceVeilImGui
-
addImguiShaders
- Specified by:
addImguiShaders
in interfaceVeilImGui
-
mouseButtonCallback
public boolean mouseButtonCallback(long window, int button, int action, int mods) - Specified by:
mouseButtonCallback
in interfaceVeilImGui
-
scrollCallback
public boolean scrollCallback(long window, double xOffset, double yOffset) - Specified by:
scrollCallback
in interfaceVeilImGui
-
keyCallback
public boolean keyCallback(long window, int key, int scancode, int action, int mods) - Specified by:
keyCallback
in interfaceVeilImGui
-
charCallback
public boolean charCallback(long window, int codepoint) - Specified by:
charCallback
in interfaceVeilImGui
-
shouldHideMouse
public boolean shouldHideMouse()- Specified by:
shouldHideMouse
in interfaceVeilImGui
-