Reference Manual - 1.4.11
IDirectFBDisplayLayer   SetCursorAcceleration

Set cursor acceleration.

DFBResult SetCursorAcceleration (
  IDirectFBDisplayLayer   * thiz,
  int   numerator,
  int   denominator,
  int   threshold
);

Sets the acceleration of cursor movements. The amount beyond the 'threshold' will be multiplied with the acceleration factor. The acceleration factor is 'numerator/denominator'.

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