-
-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
A-InputPlayer input via keyboard, mouse, gamepad, and morePlayer input via keyboard, mouse, gamepad, and moreC-FeatureA new feature, making something new possibleA new feature, making something new possibleD-ModestA "normal" level of difficulty; suitable for simple features or challenging fixesA "normal" level of difficulty; suitable for simple features or challenging fixesS-BlockedThis cannot move forward until something else changesThis cannot move forward until something else changes
Description
The current Input<MouseButton>
interface is very nice but implies the existence of a single mouse input device.
In future maybe multiple mice or touch inputs want to be supported (touch having a "backwards compatible" interface with MouseButton
maybe?), for that a mechanism to select/retrieve the input device ID would be needed.
cart
Metadata
Metadata
Assignees
Labels
A-InputPlayer input via keyboard, mouse, gamepad, and morePlayer input via keyboard, mouse, gamepad, and moreC-FeatureA new feature, making something new possibleA new feature, making something new possibleD-ModestA "normal" level of difficulty; suitable for simple features or challenging fixesA "normal" level of difficulty; suitable for simple features or challenging fixesS-BlockedThis cannot move forward until something else changesThis cannot move forward until something else changes