FIFE  be64c707dea6b3250bd4355bf5c825d25920087d
cursor.h File Reference
#include "animation.h"
+ Include dependency graph for cursor.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FIFE::Cursor
 Cursor class manages mouse cursor handling. More...
 

Namespaces

 FIFE
 

Enumerations

enum  FIFE::MouseCursorType { FIFE::CURSOR_NONE, FIFE::CURSOR_NATIVE, FIFE::CURSOR_IMAGE, FIFE::CURSOR_ANIMATION }
 Defines the type of shown cursor native -> default cursor image -> cursor from image pool animation -> cursor from animation pool. More...
 
enum  FIFE::NativeCursor {
  FIFE::NC_ARROW = 1000000, FIFE::NC_IBEAM, FIFE::NC_WAIT, FIFE::NC_CROSS,
  FIFE::NC_WAITARROW, FIFE::NC_RESIZENWSE, FIFE::NC_RESIZENESW, FIFE::NC_RESIZEWE,
  FIFE::NC_RESIZENS, FIFE::NC_RESIZEALL, FIFE::NC_NO, FIFE::NC_HAND
}