Open
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.