Struct InputEventWithModifiers

Base class for keys events with modifiers.

struct InputEventWithModifiers ;

Contains keys events information with modifiers support like Shift or Alt. See Node.input.

Properties

NameTypeDescription
alt[get, set] boolState of the Alt modifier.
command[get, set] boolState of the Command modifier.
control[get, set] boolState of the Ctrl modifier.
meta[get, set] boolState of the Meta modifier.
shift[get, set] boolState of the Shift modifier.

Methods

NameDescription
getAlt
getCommand
getControl
getMetakey
getShift
setAlt
setCommand
setControl
setMetakey
setShift