Wiki Page Content

Revision 1 as of 2010-06-24 18:32:51

Clear message

DRAFT

SDLMod

An enumeration of valid key mods.

Values

KMOD_NONE

0x0000

KMOD_LSHIFT

0x0001

KMOD_RSHIFT

0x0002

KMOD_LCTRL

0x0040

KMOD_RCTRL

0x0080

KMOD_LALT

0x0100

KMOD_RALT

0x0200

KMOD_LGUI

0x0400

KMOD_RGUI

0x0800

KMOD_NUM

0x1000

KMOD_CAPS

0x2000

KMOD_MODE

0x4000

KMOD_RESERVED

0x8000

Code Examples

You can add your code example here

Remarks

These may be OR'd together.


CategoryEnum

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit