~ubuntu-branches/ubuntu/oneiric/nux/oneiric

« back to all changes in this revision

Viewing changes to NuxGraphics/Events.h

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-12-09 19:56:53 UTC
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20101209195653-lsc4objqdxs9exp3
Tags: upstream-0.9.10
ImportĀ upstreamĀ versionĀ 0.9.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 * License version 3 along with this program.  If not, see
16
16
 * <http://www.gnu.org/licenses/>
17
17
 *
18
 
 * Authored by: Jay Taoko <jay.taoko_AT_gmail_DOT_com>
 
18
 * Authored by: Jay Taoko <jaytaoko@inalogic.com>
19
19
 *
20
20
 */
21
21
 
120
120
#define NUX_RIGHT_MOUSE 3
121
121
 
122
122
// Key States. Set in e_key_modifiers.
123
 
#define NUX_STATE_SHIFT         0x00010000
124
 
#define NUX_STATE_CAPS_LOCK         0x00020000
 
123
#define NUX_STATE_SHIFT       0x00010000
 
124
#define NUX_STATE_CAPS_LOCK       0x00020000
125
125
#define NUX_STATE_CTRL              0x00040000
126
 
#define NUX_STATE_ALT               0x00080000
 
126
#define NUX_STATE_ALT                 0x00080000
127
127
#define NUX_STATE_NUMLOCK           0x00100000          // most X servers do this?
128
128
#define NUX_STATE_META              0x00400000          // correct for XFree86
129
129
#define NUX_STATE_SCROLLLOCK    0x00800000          // correct for XFree86