enum

ImGui::ImGuiConfigFlags

Inherits Enum < Comparable < Value < Object

Constants

None = 0
NavEnableKeyboard = 1
NavEnableGamepad = 2
NavEnableSetMousePos = 4
NavNoCaptureKeyboard = 8
NoMouse = 16
NoMouseCursorChange = 32
IsSRGB = 1048576
IsTouchScreen = 2097152
All = 3145791

Instance methods

is_srgb?

Returns true if this enum value contains IsSRGB

Source
is_touch_screen?

Returns true if this enum value contains IsTouchScreen

Source
no_mouse?

Returns true if this enum value contains NoMouse

Source
no_mouse_cursor_change?

Returns true if this enum value contains NoMouseCursorChange

Source
none?

Returns true if this enum value contains None

Source