sfml.js
Preparing search index...
JoystickMoveEvent
Interface JoystickMoveEvent
interface
JoystickMoveEvent
{
joystickMove
:
{
axis
:
Axis
;
axisStr
:
"R"
|
"U"
|
"V"
|
"X"
|
"Y"
|
"Z"
|
"PovX"
|
"PovY"
;
joystickId
:
number
;
position
:
number
;
}
;
type
:
"JoystickMoved"
;
}
Index
Properties
joystick
Move
type
Properties
joystick
Move
joystickMove
:
{
axis
:
Axis
;
axisStr
:
"R"
|
"U"
|
"V"
|
"X"
|
"Y"
|
"Z"
|
"PovX"
|
"PovY"
;
joystickId
:
number
;
position
:
number
;
}
type
type
:
"JoystickMoved"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
joystick
Move
type
sfml.js
Loading...