Reference Manual - 1.0.1
IDirectFBWindow   SetCursorShape

Bind a cursor shape to this window.    绑定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.

这种方法将设置per-window光标形状,用各种光标进入window,可得确定精确的形状位置.

Passing NULL will unbind a set shape and release its surface.

Passing NULL 将不绑定设置形状和释放这个表层.

Creative Commons License This work is licensed under a Creative Commons Attribution-Share Alike 3.0 License