Android: Wiimote UI Fixup

This commit is contained in:
sigmabeta
2015-07-23 23:17:16 -04:00
parent 008ac0eeb0
commit 1cb07b1c48
2 changed files with 13 additions and 13 deletions

View File

@ -36,7 +36,7 @@ std::string Touchscreen::GetSource() const
int Touchscreen::GetId() const
{
return 0;
return _padID;
}
Touchscreen::Touchscreen(int padID)
: _padID(padID)