handle pointerup event
This commit is contained in:
parent
28543be121
commit
77ee39110f
3 changed files with 14 additions and 1 deletions
|
@ -6,5 +6,6 @@ export interface UserInputHandlerInterface {
|
|||
deltaY: number,
|
||||
deltaZ: number
|
||||
) => void;
|
||||
handlePointerUpEvent: (pointer: Phaser.Input.Pointer, gameObjects: Phaser.GameObjects.GameObject[]) => void;
|
||||
handleSpaceKeyUpEvent: (event: Event) => Event;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue