26#ifndef TGUI_CURSOR_HPP
27#define TGUI_CURSOR_HPP
29#include <TGUI/Config.hpp>
30#include <TGUI/Vector2.hpp>
Class that allows the cursor to be changed.
Definition Cursor.hpp:41
Type
List of available cursors.
Definition Cursor.hpp:48
static void resetStyle(Type type)
Changes the look of the cursor back to the default system cursors.
static void setStyle(Type type, const std::uint8_t *pixels, Vector2u size, Vector2u hotspot)
Changes how a specific cursor should look like.
Namespace that contains all TGUI functions and classes.
Definition AbsoluteOrRelativeValue.hpp:36