proc buttonIndex(self: InputEventJoypadButton): int64 {.gcsafe, locks: 0, raises: [],
tags: []
.}
-
proc buttonIndex=(self: InputEventJoypadButton; val: int64) {.gcsafe, locks: 0,
raises: [], tags: []
.}
-
proc pressure(self: InputEventJoypadButton): float64 {.gcsafe, locks: 0, raises: [],
tags: []
.}
-
proc pressure=(self: InputEventJoypadButton; val: float64) {.gcsafe, locks: 0,
raises: [], tags: []
.}
-
proc pressed(self: InputEventJoypadButton): bool {.gcsafe, locks: 0, raises: [], tags: []
.}
-
proc pressed=(self: InputEventJoypadButton; val: bool) {.gcsafe, locks: 0, raises: [],
tags: []
.}
-