Go to the source code of this file.
Classes | |
struct | cursor::manager |
struct | cursor::setter |
Namespaces | |
cursor | |
Enumerations | |
enum | cursor::CURSOR_TYPE { cursor::NORMAL, cursor::WAIT, cursor::MOVE, cursor::ATTACK, cursor::HYPERLINK, cursor::MOVE_DRAG, cursor::ATTACK_DRAG, cursor::NO_CURSOR, cursor::NUM_CURSORS } |
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::draw (surface screen) |
void | cursor::undraw (surface screen) |
void | cursor::set_focus (bool focus) |