Inheritance diagram for Mouse:
Public Member Functions | |
void | Init () |
BOOL | Create (int, int, int, int, int, int, Window *) |
BOOL | Create (Bitmap *icon, int _hx, int _hy) |
void | Destroy () |
BOOL | Load (File *, int hx=0, int hy=0) |
BOOL | Load (char *fn, int hx=0, int hy=0) |
void | UnLoad () |
BOOL | Modify (Bitmap *icon, int _newhx, int _newhy) |
void | DisplayChange (int, int, int) |
Static Public Member Functions | |
static void | Capture (Window *) |
static void | Release () |
Public Attributes | |
BOOL | Valid |
Friends | |
class | Window |
Definition at line 3 of file mouse.hpp.