Module input_event_joypad_button

Procs

proc buttonIndex*(self: InputEventJoypadButton): int64 {.
gcsafe, locks: 0
.}
proc `buttonIndex =`*(self: InputEventJoypadButton; val: int64) {.
gcsafe, locks: 0
.}
proc pressure*(self: InputEventJoypadButton): float64 {.
gcsafe, locks: 0
.}
proc `pressure =`*(self: InputEventJoypadButton; val: float64) {.
gcsafe, locks: 0
.}
proc pressed*(self: InputEventJoypadButton): bool {.
gcsafe, locks: 0
.}
proc `pressed =`*(self: InputEventJoypadButton; val: bool) {.
gcsafe, locks: 0
.}