[engine/input] Re-enable mouse button parameter bindings
Re-enable the possibility to define custom mouse actions by binding commands to "<alias|module>.<left-click|right-click|...>". These commands are then executed as shell commands. fixes #30
This commit is contained in:
parent
41b61d05d5
commit
5e305bf3b6
5 changed files with 61 additions and 6 deletions
|
@ -9,6 +9,7 @@ import threading
|
|||
import bumblebee.util
|
||||
|
||||
LEFT_MOUSE = 1
|
||||
MIDDLE_MOUSE = 2
|
||||
RIGHT_MOUSE = 3
|
||||
WHEEL_UP = 4
|
||||
WHEEL_DOWN = 5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue