25 #ifndef SFML_CURSOR_HPP 26 #define SFML_CURSOR_HPP 31 #include <SFML/Window/Export.hpp> 32 #include <SFML/System/NonCopyable.hpp> 33 #include <SFML/System/Vector2.hpp> 160 bool loadFromSystem(Type type);
175 const priv::CursorImpl& getImpl()
const;
182 priv::CursorImpl* m_impl;
188 #endif // SFML_CURSOR_HPP
Double arrow cursor going from top-left to bottom-right.
Combination of SizeHorizontal and SizeVertical.
Cursor defines the appearance of a system cursor.
Vertical double arrow cursor.
Type
Enumeration of the native system cursor types.
I-beam, cursor when hovering over a field allowing text entry.
Window that serves as a target for OpenGL rendering.
Horizontal double arrow cursor.
Utility class that makes any derived class non-copyable.
Double arrow cursor going from bottom-left to top-right.