mirror of
https://github.com/scratchfoundation/Gestouch.git
synced 2024-11-23 07:47:59 -05:00
Fix to output GestureStateEvent#toString() propely
This commit is contained in:
parent
bcb3dfb61f
commit
a449965e39
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ package org.gestouch.events
|
||||||
|
|
||||||
override public function toString():String
|
override public function toString():String
|
||||||
{
|
{
|
||||||
return formatToString("GestureStateEvent", newState, oldState);
|
return formatToString("GestureStateEvent", "type", "oldState", "newState");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue