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:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user