Rework auto focus behavior, closes #222

This commit is contained in:
Eduardo Bart
2013-01-26 17:06:25 -02:00
parent 7e01306fc6
commit 4f8f02acad
13 changed files with 126 additions and 55 deletions

View File

@@ -226,6 +226,12 @@ namespace Fw
OtherFocusReason
};
enum AutoFocusPolicy {
AutoFocusNone = 0,
AutoFocusFirst,
AutoFocusLast
};
enum InputEventType {
NoInputEvent = 0,
KeyTextInputEvent,