From 9692027facae07a93dd529eb9c1f9b16a5a90b46 Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Mon, 15 Oct 2012 10:40:46 +0000 Subject: 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 Acked-by: Manuel QuiƱones --- (limited to 'src/jarabe/view/Makefile.am') 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 \ -- cgit v0.9.1