#include "OSDLEvents.h"
#include "Ceylan.h"
#include <string>
#include <list>
Include dependency graph for OSDLMouseCommon.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
| namespace | OSDL |
| namespace | OSDL::Events |
Classes | |
| class | OSDL::Events::MouseException |
| Mother class for all mouse exceptions. More... | |
Typedefs | |
| typedef Ceylan::Uint8 | OSDL::Events::MouseNumber |
| Number (index) of a mouse, or mice count. | |
| typedef Ceylan::Uint8 | OSDL::Events::MouseButtonNumber |
| Number (index) of a mouse button, or buttons count. | |
| typedef Ceylan::Uint8 | OSDL::Events::MouseWheelNumber |
| Number (index) of a mouse wheel, or wheels count. | |
| typedef Ceylan::Uint8 | OSDL::Events::MouseButtonMask |
| Button mask, each bit tells whether the associated button is pressed. | |
Variables | |
| OSDL_DLL const MouseNumber | OSDL::Events::DefaultMouse |
| Identifies the default mouse (the first one). | |
| OSDL_DLL const MouseButtonNumber | OSDL::Events::LeftButton |
| Identifies the left button of a mouse. | |
| OSDL_DLL const MouseButtonNumber | OSDL::Events::MiddleButton |
| Identifies the middle button of a mouse. | |
| OSDL_DLL const MouseButtonNumber | OSDL::Events::RightButton |
| Identifies the right button of a mouse. | |
| OSDL_DLL const MouseButtonNumber | OSDL::Events::WheelUp |
| Identifies the virtual button of a mouse corresponding to its wheel being up. | |
| OSDL_DLL const MouseButtonNumber | OSDL::Events::WheelDown |
| Identifies the virtual button of a mouse corresponding to its wheel being down. | |
1.5.1