Hello,
As I want to check up to about 8 joysticks I need a function telling me how many are connected to the PC or a function which returns if a joystick with the specific number is connected and can be examined. ExamineJoystick just notifies the debugger as if it is a fatal error to check a non-existing joystick. Without debugger it works.
Thanks,
Daniel
IsJoystick(#Number) - Checks if joystick is connected.
-
DarkDragon
- Addict

- Posts: 2348
- Joined: Mon Jun 02, 2003 9:16 am
- Location: Germany
- Contact:
-
DarkDragon
- Addict

- Posts: 2348
- Joined: Mon Jun 02, 2003 9:16 am
- Location: Germany
- Contact:
Ah, good to knowFred wrote:InitJoystick() returns the number of connected joystick, and can be called again if you want to check if a new one is available.
[EDIT]
But the Debugger still says: "InitJoystick() can only be called once." and stops the program.
bye,
Daniel
Daniel
