... Pressure sensitivity . ... For information about the XInput extension, see the XInput HOWTO . If we examine the full definition of, for example, the GdkEventMotion structure, we see that it has fields to support extended device information. struct _GdkEventMotion { GdkEventType type; GdkWindow *window; guint32 time; gdouble x; gdouble y; gdouble pressure; gdouble xtilt; gdouble ytilt; guint state; gint16 is_hint; GdkInputSource source; guint32 deviceid; }; . ...
VIM USER MANUAL - by Bram Moolenaar *usr_toc.txt* For Vim version 6.1. Last change: 2002 Mar 09 Table Of Contents *user-manual* ============================================================================== Overview ~ Getting Started |usr_01.txt| About the manuals |usr_02.txt| The first steps in Vim |usr_03.txt| Moving around |usr_04.txt| Making small changes |usr_05.txt| Set your settings |usr_06.txt| Using syntax highlighting |usr_07.txt| Editing more than one file |usr_08.txt| Splitting windows