Re: [Plib-devel] Saitek X52 joystick with 34 buttons
Brought to you by:
sjbaker
From: Trammell H. <hud...@sw...> - 2005-05-04 17:37:04
|
On Wed, May 04, 2005 at 10:00:08AM -0700, Andy Ross wrote: > In this case, though, I wonder if perhaps the joystick bitmask could > just be stored in a unsigned char array instead rather than playing > portability games with the preprocessor. The other problem with making the arguments uint64_t* is that it is a user-visible change and would require all clients of the jsJoystick class to update their code. I agree that if there is to be a change with the number of supported buttons that it should be done the "right way", rather than another temporary postponement of the inevitable. I can envision a HOTAS stick and radio stack with far more than 64 or 128 buttons or knobs. Who wants to go down in history as having said that: 64 buttons should be enough for anybody. Trammell |