godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
InputSingleton.isActionPressed
godot
input
InputSingleton
Returns
true
if you are pressing the action event.
struct
InputSingleton
@
nogc
nothrow const
bool
isActionPressed
(
StringArg0
)
(
in
StringArg0
action
)
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
Returns true if you are pressing the action event.