|
|
|
|
EVT_eventJoyMaskType
Declaration
typedef enum {
EVT_JOY1_BUTTONA = 0x00000001,
EVT_JOY1_BUTTONB = 0x00000002,
EVT_JOY2_BUTTONA = 0x00000004,
EVT_JOY2_BUTTONB = 0x00000008
} EVT_eventJoyMaskType
Prototype In
event.h
Description
Defines the event message masks for joystick events
Members
EVT_JOY1_BUTTONA |
Joystick 1, button A is down |
EVT_JOY1_BUTTONB |
Joystick 1, button B is down |
EVT_JOY2_BUTTONA |
Joystick 2, button A is down |
EVT_JOY2_BUTTONB |
Joystick 2, button B is down |
Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com