Skip to content
Snippets Groups Projects
Commit f318e1b9 authored by deuce's avatar deuce
Browse files

Add CIO_KEY_ALT_F() macro.

parent 23b42ae0
No related branches found
No related tags found
No related merge requests found
......@@ -42,5 +42,6 @@
#define CIO_KEY_RIGHT 0x4d << 8
#define CIO_KEY_PPAGE 0x49 << 8
#define CIO_KEY_NPAGE 0x51 << 8
#define CIO_KEY_ALT_F(x) (0x67+x) << 8
#define CIO_KEY_MOUSE 0x02ff
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment