FIFE
|
#include "animation.h"
Go to the source code of this file.
Classes | |
class | FIFE::Cursor |
Cursor class manages mouse cursor handling. More... | |
Namespaces | |
FIFE | |
All FIFE related code is in this namespace. | |
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_UPARROW, FIFE::NC_RESIZENW, FIFE::NC_RESIZESE, FIFE::NC_RESIZESW, FIFE::NC_RESIZENE, FIFE::NC_RESIZEE, FIFE::NC_RESIZEW, FIFE::NC_RESIZEN, FIFE::NC_RESIZES, FIFE::NC_RESIZEALL, FIFE::NC_NO, FIFE::NC_HAND, FIFE::NC_APPSTARTING, FIFE::NC_HELP } |
Defines some common native cursors between platforms. More... | |