Update Touch#toString()
This commit is contained in:
parent
51ebd1c4fb
commit
822f6d7860
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ package org.gestouch.core
|
|||
|
||||
public function toString():String
|
||||
{
|
||||
return "Touch [id: " + id + ", location: " + location + ", ...]";
|
||||
return "Touch [id: " + id + ", location: " + location + ", target: " + target + ", time: " + time + "]";
|
||||
}
|
||||
}
|
||||
}
|
Reference in a new issue