|
|
|
|
EVT_eventJoyAxisType
Declaration
typedef enum {
EVT_JOY_AXIS_X1 =
0x00000001,
EVT_JOY_AXIS_Y1 =
0x00000002,
EVT_JOY_AXIS_X2 =
0x00000004,
EVT_JOY_AXIS_Y2 =
0x00000008,
EVT_JOY_AXIS_ALL = 0x0000000F
} EVT_eventJoyAxisType
Prototype In
event.h
Description
Defines the mask for the joystick axes that are present
Members
EVT_JOY_AXIS_X1 |
Joystick 1, X axis is present |
EVT_JOY_AXIS_Y1 |
Joystick 1, Y axis is present |
EVT_JOY_AXIS_X2 |
Joystick 2, X axis is present |
EVT_JOY_AXIS_Y2 |
Joystick 2, Y axis is present |
EVT_JOY_AXIS_ALL |
Mask for all axes |
Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com