TJoystickDriver
Abstract base type for joystick drivers.
To create a new joystick driver, you should extend TJoystickDriver and implement the GetName method.
To install your joystick driver, simply create an instance of it using New.
Constructors
Method New()
Creates a new instance of a joystick driver.
Methods
Method GetName:String() Abstract
Returns the name of the driver.