mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 03:24:55 +02:00
combobox with wheel event
This commit is contained in:
@@ -28,6 +28,10 @@ MouseLeftButton = 1
|
||||
MouseRightButton = 2
|
||||
MouseMidButton = 3
|
||||
|
||||
MouseNoWheel = 0
|
||||
MouseWheelUp = 1
|
||||
MouseWheelDown = 2
|
||||
|
||||
AlignNone = 0
|
||||
AlignLeft = 1
|
||||
AlignRight = 2
|
||||
@@ -293,4 +297,4 @@ KeyCodeDescs = {
|
||||
[KeyNumpad7] = 'Numpad7',
|
||||
[KeyNumpad8] = 'Numpad8',
|
||||
[KeyNumpad9] = 'Numpad9'
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user