From 1e5f4c422096b2e862c079de3bbf7f984c454c92 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 7 Oct 2016 17:35:52 +0200 Subject: Add SCROLL_LEFT and SCROLL_RIGHT MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- examples/moderate | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'examples/moderate') diff --git a/examples/moderate b/examples/moderate index dea8a4e..9a95871 100644 --- a/examples/moderate +++ b/examples/moderate @@ -617,6 +617,16 @@ SCROLL_DOWN = 5 :int The index of the psuedo-button for scrolling downwards ''' +SCROLL_LEFT = 6 +''' +:int The index of the psuedo-button for scrolling left +''' + +SCROLL_RIGHT = 7 +''' +:int The index of the psuedo-button for scrolling right +''' + FORWARD_BUTTON = 8 # X1 ''' :int The index of the forward button, also known as X1 -- cgit v1.2.3-70-g09d2