GamepadButton
Overview
The GamepadButton interface defines an individual button of a gamepad or other controller, allowing access to the current state of different types of buttons available on the control device.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
Properties
pressed
property pressed: Boolean read;
Boolean pressed { get; }
var pressed: Boolean { get{} }
Boolean pressed { __get; }
ReadOnly Property pressed() As Boolean
value
property value: String read;
String value { get; }
var value: String { get{} }
String value { __get; }
ReadOnly Property value() As String