InputActionID

ID of an input action.

Constructors

this
this(IA )

Get ID of an input action.

Members

Functions

opEqual
bool opEqual(InputActionID other)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

from
InputActionID from()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

id
size_t id;

Unique ID of the action.

name
string name;

Action name. Only emitted when debugging.

Meta