diff options
Diffstat (limited to 'examples/compact')
-rw-r--r-- | examples/compact | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/compact b/examples/compact index 8a26628..7e08663 100644 --- a/examples/compact +++ b/examples/compact @@ -91,6 +91,8 @@ MIDDLE_BUTTON = 2 RIGHT_BUTTON = 3 SCROLL_UP = 4 SCROLL_DOWN = 5 +SCROLL_LEFT = 6 +SCROLL_RIGHT = 7 FORWARD_BUTTON = 8 # X1 BACKWARD_BUTTON = 9 # X2 |