From 5af8f3faca69918adb1a8a97f7f04b9618031c9b Mon Sep 17 00:00:00 2001 From: Vojtech Bocek Date: Sat, 8 Feb 2014 02:21:23 +0100 Subject: Add vibrations to Checkbox, Fileselect, Listbox and Partitionlist Signed-off-by: Vojtech Bocek Change-Id: I7b0e27930857add1ac88671a71310bea56fc4e74 --- gui/fileselector.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gui/fileselector.cpp') diff --git a/gui/fileselector.cpp b/gui/fileselector.cpp index b7804fd86..1c2a8ccf0 100644 --- a/gui/fileselector.cpp +++ b/gui/fileselector.cpp @@ -783,6 +783,8 @@ int GUIFileSelector::NotifyTouch(TOUCH_STATE state, int x, int y) if (startSelection < folderSize + fileSize) { + DataManager::Vibrate("tw_button_vibrate"); + if (startSelection < folderSize) { std::string oldcwd; -- cgit v1.2.3