Package foundry.veil.impl.client.imgui
Class VeilImGuiImpl
java.lang.Object
foundry.veil.impl.client.imgui.VeilImGuiImpl
- All Implemented Interfaces:
VeilImGui,AutoCloseable,org.lwjgl.system.NativeResource
@Internal
public class VeilImGuiImpl
extends Object
implements VeilImGui, org.lwjgl.system.NativeResource
Manages the internal ImGui state.
-
Method Details
-
start
public void start() -
stop
public void stop() -
beginFrame
public void beginFrame()- Specified by:
beginFramein interfaceVeilImGui
-
endFrame
public void endFrame() -
updateFonts
public void updateFonts()- Specified by:
updateFontsin interfaceVeilImGui
-
free
public void free()- Specified by:
freein interfaceorg.lwjgl.system.NativeResource
-
init
public static void init(long window) -
setImGuiPath
public static void setImGuiPath() -
get
-