public final class ImGuiMouseSource
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
COUNT |
static int |
Mouse
Input is coming from an actual mouse.
|
static int |
Pen
Input is coming from a pressure/magnetic pen (often used in conjunction with high-sampling rates).
|
static int |
TouchScreen
Input is coming from a touch screen (no hovering prior to initial press, less precise initial press aiming, dual-axis wheeling possible).
|
public static final int Mouse
Definition: 0
public static final int TouchScreen
public static final int Pen
public static final int COUNT