ImGui Type
Wraps ImGui context, state, and calls. Also extends the ImGui interface with static methods. NOTE: API is primarily object-oriented / mutation-based because it's ported from a port.
Instance members
Instance member | Description |
Full Usage:
this.BeginFrame
Parameters:
float32
|
|
Full Usage:
this.CleanUp
|
|
|
|
Full Usage:
this.HandleKeyChar
Parameters:
char
|
|
Full Usage:
this.HandleMouseWheelChange
Parameters:
float32
|
|
Full Usage:
this.InputFrame
|
|
|
|
Static members
Static member | Description |
Full Usage:
ImGui.IsAltDown()
Returns: bool
|
|
Full Usage:
ImGui.IsAltUp()
Returns: bool
|
|
Full Usage:
ImGui.IsCtrlDown()
Returns: bool
|
|
|
|
Full Usage:
ImGui.IsCtrlUp()
Returns: bool
|
|
Full Usage:
ImGui.IsEnterDown()
Returns: bool
|
|
Full Usage:
ImGui.IsEnterUp()
Returns: bool
|
|
|
|
Full Usage:
ImGui.IsShiftDown()
Returns: bool
|
|
Full Usage:
ImGui.IsShiftUp()
Returns: bool
|
|
|
|
Full Usage:
ImGui.MouseLeftId
Returns: int64
|
|
|
|
|
|
Full Usage:
ImGui.StyleColorsNu()
|
|
|
|