godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
InputSingleton.getJoyAxisString
godot
input
InputSingleton
Receives a
JOY_AXIS_*
Enum and returns its equivalent name as a string.
struct
InputSingleton
@
nogc
nothrow
String
getJoyAxisString
(
in
long
axis_index
)
Meta
Source
See Implementation
godot
input
InputSingleton
aliases
BaseClasses
enums
Constants
CursorShape
MouseMode
functions
actionPress
actionRelease
addJoyMapping
getAccelerometer
getActionStrength
getConnectedJoypads
getGravity
getGyroscope
getJoyAxis
getJoyAxisIndexFromString
getJoyAxisString
getJoyButtonIndexFromString
getJoyButtonString
getJoyGuid
getJoyName
getJoyVibrationDuration
getJoyVibrationStrength
getLastMouseSpeed
getMagnetometer
getMouseButtonMask
getMouseMode
isActionJustPressed
isActionJustReleased
isActionPressed
isJoyButtonPressed
isJoyKnown
isKeyPressed
isMouseButtonPressed
joyConnectionChanged
opAssign
opEquals
parseInputEvent
removeJoyMapping
setCustomMouseCursor
setDefaultCursorShape
setMouseMode
startJoyVibration
stopJoyVibration
warpMousePosition
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name
Receives a JOY_AXIS_* Enum and returns its equivalent name as a string.