forked from increpare/PuzzleScript
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
bugSomething isn't workingSomething isn't workingeditorConcerns the game editorConcerns the game editorinputkeyboard, mouse, touch, ... devices, gameplay and accessibilitykeyboard, mouse, touch, ... devices, gameplay and accessibility
Description
(works fine on mac or in other browsers)
Apparently the mousedown
event is not triggered during a right click (but mouseup
and click
events are), probably because the event is replaced with a contextmenu
event that P:S listens to and prevents (see src/js/addlisteners.js
and function rightClickCanvas
in src/js/inputoutput.js
).
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingeditorConcerns the game editorConcerns the game editorinputkeyboard, mouse, touch, ... devices, gameplay and accessibilitykeyboard, mouse, touch, ... devices, gameplay and accessibility