Add vibrations to Checkbox, Fileselect, Listbox and Partitionlist
Signed-off-by: Vojtech Bocek <vbocek@gmail.com> Change-Id: I7b0e27930857add1ac88671a71310bea56fc4e74
This commit is contained in:
@@ -733,6 +733,8 @@ int GUIListBox::NotifyTouch(TOUCH_STATE state, int x, int y)
|
||||
mList.at(actualSelection).selected = 1;
|
||||
DataManager::SetValue(mVariable, str);
|
||||
mUpdate = 1;
|
||||
|
||||
DataManager::Vibrate("tw_button_vibrate");
|
||||
}
|
||||
} else {
|
||||
// This is for kinetic scrolling
|
||||
|
||||
Reference in New Issue
Block a user