Lysa  0.0
Lysa 3D Engine
InputActionEntry Struct Reference

Detailed Description

A single binding within an input action (one key, mouse button, or gamepad button).

Lua full name: lysa.InputActionEntry

Properties

integer type
 Input device type (see lysa.InputActionEntryType).
 
integer value
 Device-specific button or key code.
 
boolean pressed
 True if the associated button/key must be in the pressed state to trigger the action.
 

Property Documentation

integer type

Input device type (see lysa.InputActionEntryType).

integer value

Device-specific button or key code.

boolean pressed

True if the associated button/key must be in the pressed state to trigger the action.