glfw3d v1.0.0 (2016-10-16T12:50:41Z)
Dub
Repo
Joystick
glfw3d
Input
Main joystick class
class
Joystick {
this
(int j);
bool
isPresent
();
float
[]
getAxes
();
ubyte
[]
getButtons
();
string
getName
();
}
Constructors
this
this
(int j)
Members
Functions
getAxes
float
[]
getAxes
()
getButtons
ubyte
[]
getButtons
()
getName
string
getName
()
isPresent
bool
isPresent
()
Meta
Source
See Implementation
glfw3d
Input
classes
Joystick
functions
glfw3dGetKeyName
Main joystick class