Support for different cursors-shapes. More...
#include "cursor.hpp"
#include "picture.hpp"
#include "preferences/preferences.hpp"
#include "sdl/utils.hpp"
#include <boost/logic/tribool.hpp>
#include <array>
#include <memory>
Go to the source code of this file.
Namespaces | |
cursor | |
Functions | |
void | cursor::set (CURSOR_TYPE type=NUM_CURSORS) |
Use the default parameter to reset cursors. More... | |
void | cursor::set_dragging (bool drag) |
CURSOR_TYPE | cursor::get () |
void | cursor::set_focus (bool focus) |
Support for different cursors-shapes.
Definition in file cursor.cpp.
cursor_ptr_t cursor |
Definition at line 40 of file cursor.cpp.
int hot_x |
Definition at line 47 of file cursor.cpp.
int hot_y |
Definition at line 48 of file cursor.cpp.
std::string image_bw |
Definition at line 44 of file cursor.cpp.
std::string image_color |
Definition at line 45 of file cursor.cpp.
boost::tribool is_color |
Definition at line 42 of file cursor.cpp.