public class GamepadButton
extends net.java.html.lib.Objs
| Modifier and Type | Field and Description |
|---|---|
net.java.html.lib.Objs.Property<Boolean> |
pressed |
net.java.html.lib.Objs.Property<Number> |
value |
| Modifier | Constructor and Description |
|---|---|
protected |
GamepadButton(net.java.html.lib.Objs.Constructor<?> c,
Object js) |
| Modifier and Type | Method and Description |
|---|---|
static GamepadButton |
$as(Object obj) |
Boolean |
pressed() |
Number |
value() |
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOfpublic net.java.html.lib.Objs.Property<Boolean> pressed
public net.java.html.lib.Objs.Property<Number> value
protected GamepadButton(net.java.html.lib.Objs.Constructor<?> c,
Object js)
public static GamepadButton $as(Object obj)
public Boolean pressed()
public Number value()
Copyright © 2021. All rights reserved.