* function called when the pointer is leaving the object area * @param _event - the event object
(_event?: Pointer)
| 202 | */ |
| 203 | |
| 204 | onOut(_event?: Pointer): void { |
| 205 | // to be extended |
| 206 | } |
| 207 | |
| 208 | /** |
| 209 | * function callback for the pointerup event |