22 #ifndef ZVISION_CURSOR_H 23 #define ZVISION_CURSOR_H 25 #include "graphics/surface.h" 26 #include "zvision/zvision.h" 55 uint16 getWidth()
const {
58 uint16 getHeight()
const {
61 uint16 getHotspotX()
const {
64 uint16 getHotspotY()
const {
67 byte getKeyColor()
const {
70 const byte *getSurface()
const {
71 return (
const byte *)_surface.
getPixels();
Definition: algorithm.h:29
const void * getPixels() const
Definition: surface.h:108