mirror of
https://github.com/edubart/otclient.git
synced 2025-10-20 06:23:26 +02:00
Rework auto focus behavior, closes #222
This commit is contained in:
@@ -19,6 +19,10 @@ KeyboardFocusReason = 1
|
||||
ActiveFocusReason = 2
|
||||
OtherFocusReason = 3
|
||||
|
||||
AutoFocusNone = 0
|
||||
AutoFocusFirst = 1
|
||||
AutoFocusLast = 2
|
||||
|
||||
KeyboardNoModifier = 0
|
||||
KeyboardCtrlModifier = 1
|
||||
KeyboardAltModifier = 2
|
||||
|
Reference in New Issue
Block a user