public final class ImPlotDragToolFlags
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
Delayed
tool rendering will be delayed one frame; useful when applying position-constraints
|
static int |
NoCursors
drag tools won't change cursor icons when hovered or held
|
static int |
NoFit
the drag tool won't be considered for plot fits
|
static int |
NoInputs
lock the tool from user inputs
|
static int |
None
default
|
public static final int None
Definition: 0
public static final int NoCursors
Definition: 1 << 0
public static final int NoFit
Definition: 1 << 1
public static final int NoInputs
Definition: 1 << 2
public static final int Delayed
Definition: 1 << 3