[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:
Tobi-wan Kenobi 2016-12-15 19:41:50 +01:00
parent 41b61d05d5
commit 5e305bf3b6
5 changed files with 61 additions and 6 deletions

View file

@ -9,6 +9,7 @@ import threading
import bumblebee.util
LEFT_MOUSE = 1
MIDDLE_MOUSE = 2
RIGHT_MOUSE = 3
WHEEL_UP = 4
WHEEL_DOWN = 5