godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
InputEventJoypadButton.buttonIndex
godot
inputeventjoypadbutton
InputEventJoypadButton
Button identifier. One of the
JOY_BUTTON_*
constants from
@
GlobalScope
.
long
buttonIndex
[@property getter]
long
buttonIndex
[@property setter]
struct
InputEventJoypadButton
@
nogc
nothrow @
property
void
buttonIndex
(
long
v
)
Meta
Source
See Implementation
godot
inputeventjoypadbutton
InputEventJoypadButton
aliases
BaseClasses
functions
getButtonIndex
getPressure
opAssign
opEquals
setButtonIndex
setPressed
setPressure
properties
buttonIndex
pressed
pressure
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name
Button identifier. One of the JOY_BUTTON_* constants from @GlobalScope.