Add "keycode" property to EekKey.

Add eek_key_get_keysyms().
This commit is contained in:
Daiki Ueno
2010-06-08 09:27:41 +09:00
parent ece1c559a2
commit bb7462e786
14 changed files with 182 additions and 2 deletions

View File

@ -4,8 +4,8 @@
#include <stdio.h>
#include <stdlib.h>
#define CSW 640
#define CSH 480
#define CSW 1280
#define CSH 1024
static gchar *symbols = NULL;
static gchar *keycodes = NULL;