Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/jarabe/view/Makefile.am
diff options
context:
space:
mode:
authorSimon Schampijer <simon@laptop.org>2012-10-15 10:40:46 (GMT)
committer Simon Schampijer <simon@laptop.org>2012-10-15 18:52:09 (GMT)
commit9692027facae07a93dd529eb9c1f9b16a5a90b46 (patch)
treedf9d26ef3c719450574f0d9adb1bcd3ab8281403 /src/jarabe/view/Makefile.am
parent44135190c7ece15f1198142df7f4549cde7b3b44 (diff)
Cursor tracker: only display the cursor in mouse/trackpad mode, SL #4021
We only display the cursor in mouse/trackpad mode, hence when a mouse motion is detected or a button press event. When a touch begin event is received the cursor will be hidden. We only track the incoming events when a touchscreen device is available. Signed-off-by: Simon Schampijer <simon@laptop.org> Acked-by: Manuel QuiƱones <manuq@laptop.org>
Diffstat (limited to 'src/jarabe/view/Makefile.am')
-rw-r--r--src/jarabe/view/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jarabe/view/Makefile.am b/src/jarabe/view/Makefile.am
index 1e8b0eb..8e060bd 100644
--- a/src/jarabe/view/Makefile.am
+++ b/src/jarabe/view/Makefile.am
@@ -3,6 +3,7 @@ sugar_PYTHON = \
__init__.py \
buddyicon.py \
buddymenu.py \
+ cursortracker.py \
customizebundle.py \
gesturehandler.py \
keyhandler.py \