~dylanmccall/+junk/synaptics-kinetic-pointer

« back to all changes in this revision

Viewing changes to include/synaptics.h

  • Committer: Dylan McCall
  • Date: 2008-12-13 20:28:24 UTC
  • Revision ID: dmccall@dylan-laptop-20081213202824-sguz8ji8tj665u7w
Now getting / setting properties properly, defaulting to disable pointer 
glide

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
    double scroll_dist_circ;                /* Scrolling angle radians */
125
125
    int circular_trigger;                   /* Trigger area for circular scrolling */
126
126
    Bool circular_pad;                      /* Edge has an oval or circular shape */
 
127
    Bool pointer_glide                      /* If true, pointer will continue moving for a moment after finger is lifted */
 
128
    double pointer_glide_friction;          /* Friction coefficient used to slow down pointer glide. Default to 0.004 */
127
129
    Bool palm_detect;                       /* Enable Palm Detection */
128
130
    int palm_min_width;                     /* Palm detection width */
129
131
    int palm_min_z;                         /* Palm detection depth */