Mouse support #65
Labels
commands
The commands that can be used in rules
events
like those used in the SOUNDS section: create/move/destroy objects, etc. Feedback for players!
feature
New feature or request
input
keyboard, mouse, touch, ... devices, gameplay and accessibility
mobile
Concerns the interface for mobiles
question
Further information is requested
syntax/language
Concerns the language or its syntax
Uh oh!
There was an error while loading. Please reload this page.
PS+ has mouse support which is fairly intensive: left and right buttons, down, up and drag. Each mouse event drops an object, which is rather different from how the keyboard works.
The code to do this is quite large and is embedded in the input subsystem, but not clearly delineated. P:S has been refactored, to the point where a merge is challenging, perhaps even impossible.
My preferred approach in PuzzleFab is to use the mouse to generate input events, like keystrokes, on the every object occupying the clicked location. Simpler code, but not at all PS+ compatible.
Thoughts?
The text was updated successfully, but these errors were encountered: