Could someone please tell me if there is a way to capture extra joystick buttons? I mean buttons number 5,6,7,8 and so on.
I use this code to capture button down event :
procedure MMJOY1BUTTONDOWN (var LocMessage: TMMJoyStick); message MM_JOy1BUTTONDOWN;
But the problem is that it just captures the 4 standard buttons, not any extra buttons.
Thanks a lot