Module input_event_joypad_motion

Search:
Group by:

Procs

proc axis(self: InputEventJoypadMotion): int64 {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc axis=(self: InputEventJoypadMotion; val: int64) {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc axisValue(self: InputEventJoypadMotion): float64 {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc axisValue=(self: InputEventJoypadMotion; val: float64) {.
gcsafe, locks: 0, raises: [], tags: []
.}