DirectFB Reference Manual
IDirectFBWindow   SetCursorShape

Bind a cursor shape to this window.

SetCursorShape (
  IDirectFBWindow *thiz
  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.

  (C) Copyright by convergence GmbH