问题 I'm having C++ code that properly intercepts a joysticks x and y positions for my Saitek Cyborg joystick. This joystick also have the ability to twist around the handle axis, and I'm trying to get the messages for this motion. For the x and y, the message ID's are MM_JOY1MOVE and MM_JOY2MOVE, and they allow me to capture the x and y position for the stick. For the z-axis, there are MM_JOY1ZMOVE and MM_JOY2ZMOVE, but none of these do capture the twist motion. Looking in mmsystem.h, the