Dillo v3.1.1-98-g318d1f14
|
Go to the source code of this file.
Classes | |
class | dw::core::Event |
Base class for all events. More... | |
class | dw::core::MouseEvent |
Base class for all mouse events. More... | |
class | dw::core::MousePositionEvent |
Base class for all mouse events related to a specific position. More... | |
class | dw::core::EventButton |
Represents a button press or release event. More... | |
class | dw::core::EventMotion |
Represents a mouse motion event. More... | |
class | dw::core::EventCrossing |
Represents a enter or leave notify event. More... | |
Namespaces | |
namespace | dw |
Dw is in this namespace, or sub namespaces of this one. | |
namespace | dw::core |
The core of Dw is defined in this namespace. | |
Enumerations | |
enum | dw::core::ButtonState { dw::core::SHIFT_MASK = 1 << 0 , dw::core::CONTROL_MASK = 1 << 1 , dw::core::META_MASK = 1 << 2 , dw::core::BUTTON1_MASK = 1 << 3 , dw::core::BUTTON2_MASK = 1 << 4 , dw::core::BUTTON3_MASK = 1 << 5 } |
Platform independent representation. More... | |