![]() | Reference Manual - 1.0.0 | ||
|
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.