- Name
-
ConfigureJoystick -- set joystick options (V10.0)
- Synopsis
-
ConfigureJoystick(t)
- Function
-
This function can be used to configure several joystick options. You have to pass
a table as the sole function parameter
t. This table can contain the following
tags:
UseAmigaInput:
-
This tag is only supported on AmigaOS 4. If you set it to
True, OS4's AmigaInput
system will be used to query joystick states. The advantage of using AmigaInput
instead of lowlevel.library, which is the default on Amiga, is that you can query
more than 7 buttons and users don't have to use the AmigaInput prefs to map their
controllers to lowlevel.library ports.
- Inputs
-
- t
- table containing one or more options (see above)
Show TOC