接口 JImConfigFlags
public interface JImConfigFlags
- 从以下版本开始:
- undecidable
-
嵌套类概要
嵌套类 -
字段概要
字段修饰符和类型字段说明static intApplication+is+SRGB-aware.static intApplication+is+using+a+touch+screen+instead+of+a+mouse.static intMaster+gamepad+navigation+enable+flag.static intMaster+keyboard+navigation+enable+flag.static intInstruct+navigation+to+move+the+mouse+cursor.static intInstruct+navigation+to+not+set+the+io.WantCaptureKeyboard+flag+when+io.NavActive+is+set.static intInstruct+imgui+to+clear+mouse+position%7Cbuttons+in+NewFrame%28%29.static intInstruct+backend+to+not+alter+mouse+cursor+shape+and+visibility.static int
-
字段详细资料
-
None
static final int None- 另请参阅:
- 常量字段值
-
NoMouse
static final int NoMouseInstruct+imgui+to+clear+mouse+position%7Cbuttons+in+NewFrame%28%29.+This+allows+ignoring+the+mouse+information+set+by+the+backend.- 另请参阅:
- 常量字段值
-
NoMouseCursorChange
static final int NoMouseCursorChangeInstruct+backend+to+not+alter+mouse+cursor+shape+and+visibility.+Use+if+the+backend+cursor+changes+are+interfering+with+yours+and+you+don%27t+want+to+use+SetMouseCursor%28%29+to+change+mouse+cursor.+You+may+want+to+honor+requests+from+imgui+by+reading+GetMouseCursor%28%29+yourself+instead.- 另请参阅:
- 常量字段值
-
IsSRGB
static final int IsSRGBApplication+is+SRGB-aware.- 另请参阅:
- 常量字段值
-
IsTouchScreen
static final int IsTouchScreenApplication+is+using+a+touch+screen+instead+of+a+mouse.- 另请参阅:
- 常量字段值
-