Touch controls auto-off on Shield and Xperia Play

This commit is contained in:
Henrik Rydgard
2013-08-20 15:40:19 +02:00
parent 567f402845
commit 151c09dff7
3 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ void ControlMapper::Refresh() {
root->Add(new Choice(keyName_, new LinearLayoutParams(200, WRAP_CONTENT)))->OnClick.Handle(this, &ControlMapper::OnReplaceAll);
LinearLayout *rightColumn = root->Add(new LinearLayout(ORIENT_VERTICAL, new LinearLayoutParams(1.0f)));
rightColumn->SetSpacing(2.0f);
std::vector<KeyDef> mappings;
KeyMap::KeyFromPspButton(pspKey_, &mappings);