src/gui/mousecursor.hpp File Reference

#include <string>
#include "video/surface_ptr.hpp"

Go to the source code of this file.

Classes

class  MouseCursor
 Used to create mouse cursors. More...

Defines

#define MC_STATES_NB   3

Enumerations

enum  { MC_NORMAL = 0, MC_CLICK, MC_LINK, MC_HIDE }


Define Documentation

#define MC_STATES_NB   3

Definition at line 24 of file mousecursor.hpp.

Referenced by MouseCursor::draw().


Enumeration Type Documentation

anonymous enum

Enumerator:
MC_NORMAL 
MC_CLICK 
MC_LINK 
MC_HIDE 

Definition at line 26 of file mousecursor.hpp.

00026      {
00027   MC_NORMAL = 0,
00028   MC_CLICK,
00029   MC_LINK,
00030   MC_HIDE
00031 };


Generated on Mon Jun 9 03:38:26 2014 for SuperTux by  doxygen 1.5.1