Preparing search index...
The search index is not available
Foundry Virtual Tabletop - API Documentation - Version 13
Foundry Virtual Tabletop - API Documentation - Version 13
foundry
types
ConnectedGamepad
Interface ConnectedGamepad
Connected Gamepad info
interface
ConnectedGamepad
{
activeButtons
:
Set
<
string
>
;
axes
:
Map
<
string
,
number
>
;
}
Index
Properties
active
Buttons
axes
Properties
active
Buttons
activeButtons
:
Set
<
string
>
The Set of pressed Buttons
axes
axes
:
Map
<
string
,
number
>
A map of axes values
Settings
Member Visibility
Protected
Inherited
Internal
Theme
OS
Light
Dark
On This Page
Properties
active
Buttons
axes
Foundry Virtual Tabletop - API Documentation - Version 13
Loading...
Connected Gamepad info