8#ifndef META_OCEAN_PLATFORM_MOUSE_H
9#define META_OCEAN_PLATFORM_MOUSE_H
26class OCEAN_PLATFORM_EXPORT
Mouse
38 BUTTON_LEFT = (1 << 0),
40 BUTTON_MIDDLE = (1 << 1),
42 BUTTON_RIGHT = (1 << 2),
44 BUTTON_LAST_UNIQUE_VALUE = (1 << 2)
116#elif defined(__APPLE__)
This class provides basic numeric functionalities.
Definition Numeric.h:57
The namespace covering the entire Ocean framework.
Definition Accessor.h:15