EVT_eventMouseMaskType
Declaration
typedef enum {
EVT_LEFTBMASK = 0x00000001,
EVT_RIGHTBMASK = 0x00000002,
EVT_MIDDLEBMASK = 0x00000004,
EVT_BOTHBMASK = 0x00000007,
EVT_ALLBMASK = 0x00000007,
EVT_DBLCLICK = 0x00010000
} EVT_eventMouseMaskType
Prototype In
event.h
Description
Defines the event message masks for mouse events
Members
EVT_LEFTBMASK |
Left button is held down |
EVT_RIGHTBMASK |
Right button is held down |
EVT_MIDDLEBMASK |
Middle button is held down |
EVT_BOTHBMASK |
Both left and right held down together |
EVT_ALLBMASK |
All buttons pressed |
EVT_DBLCLICK |
Set if mouse down event was a double click |
Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com