ImGuiIO

Undocumented in source.
struct ImGuiIO {}

Members

Variables

BackendFlags
int BackendFlags;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BackendLanguageUserData
void* BackendLanguageUserData;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BackendPlatformName
const(char)* BackendPlatformName;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BackendPlatformUserData
void* BackendPlatformUserData;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BackendRendererName
const(char)* BackendRendererName;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BackendRendererUserData
void* BackendRendererUserData;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ClipboardUserData
void* ClipboardUserData;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ConfigDockingAlwaysTabBar
bool ConfigDockingAlwaysTabBar;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ConfigDockingNoSplit
bool ConfigDockingNoSplit;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ConfigDockingTransparentPayload
bool ConfigDockingTransparentPayload;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ConfigDockingWithShift
bool ConfigDockingWithShift;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ConfigFlags
int ConfigFlags;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ConfigInputTextCursorBlink
bool ConfigInputTextCursorBlink;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ConfigMacOSXBehaviors
bool ConfigMacOSXBehaviors;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ConfigViewportsNoAutoMerge
bool ConfigViewportsNoAutoMerge;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ConfigViewportsNoDecoration
bool ConfigViewportsNoDecoration;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ConfigViewportsNoDefaultParent
bool ConfigViewportsNoDefaultParent;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ConfigViewportsNoTaskBarIcon
bool ConfigViewportsNoTaskBarIcon;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ConfigWindowsMemoryCompactTimer
float ConfigWindowsMemoryCompactTimer;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ConfigWindowsMoveFromTitleBarOnly
bool ConfigWindowsMoveFromTitleBarOnly;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ConfigWindowsResizeFromEdges
bool ConfigWindowsResizeFromEdges;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DeltaTime
float DeltaTime;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DisplayFramebufferScale
ImVec2 DisplayFramebufferScale;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DisplaySize
ImVec2 DisplaySize;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FontAllowUserScaling
bool FontAllowUserScaling;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FontDefault
ImFont* FontDefault;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FontGlobalScale
float FontGlobalScale;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Fonts
ImFontAtlas* Fonts;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Framerate
float Framerate;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetClipboardTextFn
const(char)* function(void*) GetClipboardTextFn;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IniFilename
const(char)* IniFilename;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IniSavingRate
float IniSavingRate;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
InputQueueCharacters
ImVector_ImWchar InputQueueCharacters;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
InputQueueSurrogate
ushort InputQueueSurrogate;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KeyAlt
bool KeyAlt;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KeyCtrl
bool KeyCtrl;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KeyMap
int[22] KeyMap;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KeyMods
int KeyMods;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KeyRepeatDelay
float KeyRepeatDelay;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KeyRepeatRate
float KeyRepeatRate;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KeyShift
bool KeyShift;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KeySuper
bool KeySuper;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KeysDown
bool[512] KeysDown;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KeysDownDuration
float[512] KeysDownDuration;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KeysDownDurationPrev
float[512] KeysDownDurationPrev;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LogFilename
const(char)* LogFilename;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MetricsActiveAllocations
int MetricsActiveAllocations;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MetricsActiveWindows
int MetricsActiveWindows;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MetricsRenderIndices
int MetricsRenderIndices;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MetricsRenderVertices
int MetricsRenderVertices;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MetricsRenderWindows
int MetricsRenderWindows;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MouseClicked
bool[5] MouseClicked;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MouseClickedPos
ImVec2[5] MouseClickedPos;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MouseClickedTime
double[5] MouseClickedTime;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MouseDelta
ImVec2 MouseDelta;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MouseDoubleClickMaxDist
float MouseDoubleClickMaxDist;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MouseDoubleClickTime
float MouseDoubleClickTime;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MouseDoubleClicked
bool[5] MouseDoubleClicked;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MouseDown
bool[5] MouseDown;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MouseDownDuration
float[5] MouseDownDuration;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MouseDownDurationPrev
float[5] MouseDownDurationPrev;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MouseDownOwned
bool[5] MouseDownOwned;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MouseDownWasDoubleClick
bool[5] MouseDownWasDoubleClick;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MouseDragMaxDistanceAbs
ImVec2[5] MouseDragMaxDistanceAbs;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MouseDragMaxDistanceSqr
float[5] MouseDragMaxDistanceSqr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MouseDragThreshold
float MouseDragThreshold;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MouseDrawCursor
bool MouseDrawCursor;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MouseHoveredViewport
uint MouseHoveredViewport;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MousePos
ImVec2 MousePos;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MousePosPrev
ImVec2 MousePosPrev;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MouseReleased
bool[5] MouseReleased;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MouseWheel
float MouseWheel;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MouseWheelH
float MouseWheelH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NavActive
bool NavActive;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NavInputs
float[21] NavInputs;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NavInputsDownDuration
float[21] NavInputsDownDuration;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NavInputsDownDurationPrev
float[21] NavInputsDownDurationPrev;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NavVisible
bool NavVisible;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PenPressure
float PenPressure;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RenderDrawListsFnUnused
void* RenderDrawListsFnUnused;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SetClipboardTextFn
void function(void*, const(char)*) SetClipboardTextFn;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UserData
void* UserData;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WantCaptureKeyboard
bool WantCaptureKeyboard;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WantCaptureMouse
bool WantCaptureMouse;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WantSaveIniSettings
bool WantSaveIniSettings;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WantSetMousePos
bool WantSetMousePos;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WantTextInput
bool WantTextInput;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta