|
Arcade
|
Represents two orthogonal analogue axes. More...
Properties | |
| Axis | X [get] |
| Retrieves the horizontal component Axis. More... | |
| Axis | Y [get] |
| Retrieves the vertical component Axis. More... | |
| Vector2F | Value [get] |
| Gets a Vector2f containing the combined values of both component axes. More... | |
| bool | IsZero [get] |
| True if both component axes are in the default position. More... | |
| bool | JustBecameZero [get] |
| True if both component axes are now in the default position when at least one was not in the previous update. More... | |
| bool | JustBecameNonzero [get] |
| True if a component axis is now not in the default position when both were in the previous update. More... | |
Represents two orthogonal analogue axes.
|
get |
True if both component axes are in the default position.
|
get |
True if a component axis is now not in the default position when both were in the previous update.
|
get |
True if both component axes are now in the default position when at least one was not in the previous update.
|
get |
Gets a Vector2f containing the combined values of both component axes.