|
Molybden
|
The cursor details that describe both the standard and custom cursors. More...
#include <cursor.hpp>
Public Attributes | |
| CursorType | type = CursorType::kUnspecified |
| The cursor type. | |
| Bitmap | bitmap |
| The bitmap for the cursor. | |
| float | bitmap_scale_factor = 1.0f |
| The scale factor for the custom cursor bitmap. | |
| Point | hotspot |
| The hotspot for the cursor. | |
The cursor details that describe both the standard and custom cursors.
| Bitmap molybden::Cursor::bitmap |
The bitmap for the cursor.
This is only used for the custom cursor type.
| Point molybden::Cursor::hotspot |
The hotspot for the cursor.
This is only used for the custom cursor type.