#include "typedefs.h"
#include "messages.h"
Go to the source code of this file.
Compounds | |
struct | HotSpotStruct |
struct | MouseCursor |
class | MSMouse |
Enumerations | |
enum | VideoModeType { TextScrn, LowResGr, HighResGr, Graphics } |
Variables | |
const int | THRESHOLD = 16 |
const MouseCursor | ArrowCursor |
const MouseCursor | HandCursor |
const MouseCursor | LeftRightCursor |
const MouseCursor | UpDownCursor |
const unsigned | LeftButton = 0x0001 |
const unsigned | RightButton = 0x0002 |
MSMouse | Mouse |
|
Definition at line 50 of file msmouse.h. Referenced by MSMouse::MSMouse(), and MSMouse::Setup().
|
|
|
|
|
|
Definition at line 46 of file msmouse.h. Referenced by MSMouse::Event(). |
|
|
|
|
|
Definition at line 47 of file msmouse.h. Referenced by MSMouse::Event(). |
|
Definition at line 27 of file msmouse.h. Referenced by MSMouse::SetSpeed2(). |
|
|