indigo
indigo copied to clipboard
Integrate `Pointer` state with `Mouse` state.
In PR #471, @grzegorz-bielski introduced Pointer events to Indigo, but we do not have an accompanying InputState
model for it. MouseEvent
comes with a Mouse
model, for example.
It would be good to add that and consider replacing or deprecating Mouse
and MouseEvent
in the process.