http://www.directfb.org
index.html
DirectFB Reference Manual
IDirectFBWindow.html
IDirectFBWindow
SetCursorShape
Bind a cursor shape to this window.
SetCursorShape (
IDirectFBWindow.html
IDirectFBWindow
*
thiz,
IDirectFBSurface.html
IDirectFBSurface
*
shape,
int
hot_x,
int
hot_y
);
This method will set a per-window cursor shape. Everytime the cursor enters this window, the specified shape is set.
Passing NULL will unbind a set shape and release its surface.
