GWEN improvement: allow to navigate TreeControl and ComboBox using the cursor keys

This commit is contained in:
erwin coumans
2013-07-01 23:43:49 -07:00
parent 898f423f95
commit 0f78c696b5
14 changed files with 458 additions and 17 deletions

View File

@@ -35,7 +35,10 @@ enum {
B3G_END,
B3G_HOME,
B3G_INSERT,
B3G_DELETE
B3G_DELETE,
B3G_BACKSPACE,
B3G_SHIFT,
B3G_CONTROL
};
struct b3gWindowConstructionInfo