Guiliani  Version 2.6 revision 7293 (documentation build 12)
CGUIFakeMouseCursor Class Reference

Software mouse cursor. More...

#include <GUIFakeMouseCursor.h>

Public Member Functions

 CGUIFakeMouseCursor ()
 Standard constructor.
 
 ~CGUIFakeMouseCursor ()
 Standard destructor.
 
eC_Bool DoDraw ()
 
void SetCursorImage (const ImageResource_t &eCursorImage)
 
void Update ()
 update position and invalidate
 

Detailed Description

Software mouse cursor.

The CGUIFakeMouseCursor class emulates a mouse cursor by software. To use it, call CreateInstance. If the mouse cursor isn't needed anymore call DeleteInstance.

The image IMG_STDCTRL_FAKE_MOUSE_CURSOR can be used to supply an image used as mouse cursor. Otherwise a built-in cursor will be used.

Member Function Documentation

◆ DoDraw()

eC_Bool CGUIFakeMouseCursor::DoDraw ( )

Draws the mouse cursor

Returns
true

◆ SetCursorImage()

void CGUIFakeMouseCursor::SetCursorImage ( const ImageResource_t eCursorImage)

Sets the image which is used to draw the mouse-cursor

Parameters
eCursorImageimage to be used

The documentation for this class was generated from the following file: