Molybden API
Loading...
Searching...
No Matches
molybden::Cursor Struct Reference

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.
 

Detailed Description

The cursor details that describe both the standard and custom cursors.

Member Data Documentation

◆ bitmap

Bitmap molybden::Cursor::bitmap

The bitmap for the cursor.

This is only used for the custom cursor type.

◆ hotspot

Point molybden::Cursor::hotspot

The hotspot for the cursor.

This is only used for the custom cursor type.


The documentation for this struct was generated from the following file: