1 #if !defined(_BTK_CURSOR_HPP_) 2 #define _BTK_CURSOR_HPP_ 27 Cursor():cursor(nullptr),own(false){};
40 Cursor(
const PixBuf &pixbuf,
int hot_x = 0,
int hot_y = 0);
66 Cursor(SDL_Cursor *c,
bool w):
77 #endif // _BTK_CURSOR_HPP_ Cursor()
Construct a new empty Cursor object.
Definition: cursor.hpp:27
This header include many useful containers.
Definition: async.hpp:7
SystemCursor
SystemCursor from SDL_mouse.h.
Definition: cursor.hpp:10
Definition: pixels.hpp:32
Mouse's cursor.
Definition: cursor.hpp:21