Expansion of vibrate options

Improve location / timing of vibration
Split out vibrate settings for buttons, keyboard, and long actions

Change-Id: I282825cc5f3e44ed6dcabe65dc1f4cb21b407b67
This commit is contained in:
Ethan Yonker
2014-02-05 08:02:06 -06:00
parent 71e9b049c2
commit 03db326c64
19 changed files with 804 additions and 70 deletions
+1 -1
View File
@@ -281,7 +281,7 @@ int GUIButton::NotifyTouch(TOUCH_STATE state, int x, int y)
} else {
if (last_state == 0) {
last_state = 1;
DataManager::Vibrate("tw_vibrate");
DataManager::Vibrate("tw_button_vibrate");
if (mButtonLabel != NULL)
mButtonLabel->isHighlighted = true;
if (mButtonImg != NULL)