dash ~master (2014-11-19T20:54:00Z)
Home
Dub
Repo
InputSystem.addButtonUpEvent
dash
utility
input
inputsystem
InputSystem
Add a button event only when the button is up.
class
InputSystem
(ButtonEnum, AxisEnum)
deprecated("Use Input.addButtonUpEvent with a binding instead.")
void
addButtonUpEvent
(
Buttons
buttonCode
,
ButtonStateEvent
func
)
Meta
Source
See Implementation
dash
utility
input
inputsystem
InputSystem
aliases
Axes
AxisEvent
ButtonEvent
ButtonStateEvent
Buttons
functions
addAxisEvent
addButtonDownEvent
addButtonEvent
addButtonUpEvent
getAxisState
getButtonState
isButtonDown
isButtonUp
setAxisState
setButtonState
static functions
initialize
update
static variables
HasAxes
HasButtons
Add a button event only when the button is up.