Loading...
Searching...
No Matches
Cursor.hpp
Go to the documentation of this file.
7// In no event will the authors be held liable for any damages arising from the use of this software.
91 Arrow,
92 ArrowWait,
93 Wait,
95 Hand,
96 SizeHorizontal,
97 SizeVertical,
98 SizeTopLeftBottomRight,
99 SizeBottomLeftTopRight,
100 SizeLeft,
101 SizeRight,
102 SizeTop,
103 SizeBottom,
104 SizeTopLeft,
105 SizeBottomRight,
106 SizeBottomLeft,
107 SizeTopRight,
108 SizeAll,
109 Cross,
110 Help,
111 NotAllowed
226 [[nodiscard]] static std::optional<Cursor> createFromPixels(const std::uint8_t* pixels, Vector2u size, Vector2u hotspot);
static std::optional< Cursor > createFromSystem(Type type)
Create a native system cursor.
static std::optional< Cursor > createFromPixels(const std::uint8_t *pixels, Vector2u size, Vector2u hotspot)
Create a cursor with the provided image.
Definition AudioResource.hpp:36