And whoops I forgot the most important thing: MY USE CASE (for keyboard input in Area planning again)

This commit is contained in:
Pietro Gagliardi 2014-03-19 17:47:47 -04:00
parent 04fa7cf20f
commit 32112462f8
1 changed files with 5 additions and 0 deletions

View File

@ -647,3 +647,8 @@ type KeyEvent struct {
}
// also note: add Super to Modifiers
```
### Er wait oops
I forgot I wanted to make a tracker, whose input should in theory be layout independent; if we do the above we can't do this... we would need to use the key codes and hope key codes are keymap-dependent on both Windows and GTK+...
yeah