Lysa  0.0
Lysa 3D Engine
InputAction Class Referenceabstract

Detailed Description

A named input action composed of one or more device bindings.

Lua full name: lysa.InputAction

Public Member Functions

nil add_entry (entry: InputActionEntry)
 Adds an entry to this action's entries list. More...
 

Properties

string name
 The action name.
 
table entries
 The list of input action entries.
 

Member Function Documentation

nil add_entry ( InputActionEntry  entry)

Adds an entry to this action's entries list.

Parameters
entryInputActionEntry

Property Documentation

string name

The action name.

table entries

The list of input action entries.