new AxInputDevice()
Create a new AxInputDevice
AxInputDevice is the base class of Axis devices, which manage input from keyboard, mouse, gamepads, joystics and etcetera
- Source:
Methods
SetContext(context)
Sets the context for the input device
Parameters:
Name | Type | Description |
---|---|---|
context |
Axis | The instance of Axis, to which the input device will apply |
- Source:
Update()
Updates the device.
This method is called continuously on each rendering iteration
- Source: