#include <Pt/Forms/MouseEvent.h>
Mouse button identity.
Public Types | |
| enum | Type |
| Defines a mouse button. | |
Public Member Functions | |
| MouseButton (Type type=Left) | |
| Creates a mouse button with type. | |
| operator Pt::uint32_t () const | |
| Returns the numeric button value. | |