provaengine ~master (2018-04-11T21:05:02Z)
Dub
Repo
Binding.bindStick
prova
input
binding
Binding
Simulates a joystick using four keys
Uses a WASD format for ordering directions
void
bindStick
(
int
stick
,
Key
up
,
Key
left
,
Key
down
,
Key
right
)
class
Binding
void
bindStick
(
int
stick
,
Key
up
,
Key
left
,
Key
down
,
Key
right
)
void
bindStick
(
int
stick
,
ThumbStick
joystick
)
Meta
Source
See Implementation
prova
input
binding
Binding
functions
bindButton
bindController
bindInput
bindStick
buttonJustPressed
getStick
isButtonDown
isButtonUp
properties
deadzone
Simulates a joystick using four keys
Uses a WASD format for ordering directions