#include <mouse.H>
Inherits DEVice.
Public Methods | |
DEVmouse (Cstr_ptr &name) | |
virtual | ~DEVmouse () |
DEVice_2d * | pointer () |
DEVice_btn * | button0 () |
DEVice_btn * | button1 () |
DEVice_btn * | button2 () |
DEVice_btn * | button3 () |
DEFINE_DERIVED_TYPE (DEVmouse, DEVice, const DEVice *) | |
Protected Attributes | |
DEVice_2d | _ptr |
DEVice_btn | _btn0 |
DEVice_btn | _btn1 |
DEVice_btn | _btn2 |
DEVice_btn | _btn3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|