Lysa  0.0
Lysa 3D Engine
InputEventGamepadButton Struct Reference

Detailed Description

Data for a gamepad button press or release event.

Lua full name: lysa.InputEventGamepadButton

Properties

integer button
 Gamepad button code (see lysa.GamepadButton).
 
boolean pressed
 True if the button was pressed, false if released.
 

Property Documentation

integer button

Gamepad button code (see lysa.GamepadButton).

boolean pressed

True if the button was pressed, false if released.