diff dw.h @ 768:7a236fdcf4ba

Fixed a typo in VK_RETURN and initial implementation of dw_window_click_default(). Currently having trouble setting focus on comboboxes but most of the rest work.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 18 Mar 2011 04:48:22 +0000
parents acbc44e6e11a
children 5ec50e403a8a
line wrap: on
line diff
--- a/dw.h	Fri Mar 18 03:38:24 2011 +0000
+++ b/dw.h	Fri Mar 18 04:48:22 2011 +0000
@@ -401,7 +401,7 @@
 #define VK_BACK                  0x7F
 #define VK_TAB                   0x09
 #define VK_CLEAR                 71
-#define VK_RETURN                3
+#define VK_RETURN                13
 #define VK_MENU                  0xF735 /* NSMenuFunctionKey */
 #define VK_PAUSE                 0xF730 /* NSPauseFunctionKey */
 #define VK_CAPITAL               57