Custom mouse cursors interface. More...
#include "csutil/scf_interface.h"#include "csgfx/rgbpixel.h"#include "csgeom/vector2.h"Go to the source code of this file.
Classes | |
| struct | iCursor |
| This interface is used to access the custom cursor plugin, which handles processing for displaying pixmaps as cursors. More... | |
Defines | |
| #define | CSCURSOR_Default "default" |
| The default custom cursor name. | |
| #define | CSCURSOR_MouseDown "MouseDown" |
| The custom cursor name used when a mouse button is pressed. | |
Detailed Description
Custom mouse cursors interface.
Definition in file custcursor.h.
Define Documentation
| #define CSCURSOR_Default "default" |
The default custom cursor name.
Definition at line 37 of file custcursor.h.
| #define CSCURSOR_MouseDown "MouseDown" |
The custom cursor name used when a mouse button is pressed.
Definition at line 39 of file custcursor.h.
Generated for Crystal Space 1.4.1 by doxygen 1.7.1
