mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Oops
This commit is contained in:
parent
bfee168175
commit
50b0e84113
1 changed files with 0 additions and 5 deletions
|
@ -26,11 +26,6 @@ TouchInputHandler::TouchInputHandler() {
|
|||
"RegisterTouchWindow");
|
||||
}
|
||||
|
||||
|
||||
TouchInputHandler::~TouchInputHandler()
|
||||
{
|
||||
}
|
||||
|
||||
int TouchInputHandler::ToTouchID(int windowsID, bool allowAllocate) {
|
||||
// Find the id for the touch. Avoid 0 (mouse.)
|
||||
for (int localId = 1; localId < (int)ARRAY_SIZE(touchIds); ++localId) {
|
||||
|
|
Loading…
Add table
Reference in a new issue