diff options
author | Dmitri Trembovetski <[email protected]> | 2009-05-26 21:24:24 +0000 |
---|---|---|
committer | Dmitri Trembovetski <[email protected]> | 2009-05-26 21:24:24 +0000 |
commit | 90c95605aa73985289600ad1f70d5ae29e69dcfc (patch) | |
tree | bf50ee60a5a6792eca4ba86b7124a8430e4a86e2 /src/newt/native/KeyEvent.h | |
parent | 6aaddcca9dcefd240eb616e58ecffc1371d8f19b (diff) |
Newt: implemented simple Window focus management (focusGained/focusLost/requestFocus for Window). Currently only implemented on Windows.
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1916 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'src/newt/native/KeyEvent.h')
-rw-r--r-- | src/newt/native/KeyEvent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newt/native/KeyEvent.h b/src/newt/native/KeyEvent.h index eb5547b21..e1881366f 100644 --- a/src/newt/native/KeyEvent.h +++ b/src/newt/native/KeyEvent.h @@ -4,7 +4,7 @@ #define EVENT_KEY_PRESSED 300 #define EVENT_KEY_RELEASED 301 -// Send by Java: EVENT_KEY_TYPED 302 +#define EVENT_KEY_TYPED 302 #define VK_ENTER '\n' #define VK_BACK_SPACE '\b' |