CF_AxisConflict¶
Category: binding
GitHub: cute_binding.h
How to resolve simultaneous opposing directions on an axis.
Values¶
| Enum | Description |
|---|---|
CF_AXIS_CONFLICT_NEWEST |
If both directions pressed, use the newest. |
CF_AXIS_CONFLICT_OLDEST |
If both directions pressed, use the oldest. |
CF_AXIS_CONFLICT_CANCEL |
If both directions pressed, return 0. |