The Battle for Wesnoth  1.19.0-dev
Classes | Namespaces | Enumerations | Functions
cursor.hpp File Reference
This graph shows which files directly or indirectly include this file:

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::IBEAM , 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::set_focus (bool focus)