You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of #476 we should take the existing Pointers class and use it to determine mouse state and touch state, using the PointerType. This will move us towards being able to integrate easier with platforms like mobile (as we can easily filter touch events), moves us away from using mouse events (reducing the number of events Indigo needs to handle, and standardizes inputs through a single interface.
The aim here is to have Pointers as an entry point for all pointer events on the FrameContext, and then have Mouse and Touch classes that use the information stored in that class to determine events and statuses just for that type
The text was updated successfully, but these errors were encountered:
As part of #476 we should take the existing
Pointers
class and use it to determine mouse state and touch state, using thePointerType
. This will move us towards being able to integrate easier with platforms like mobile (as we can easily filter touch events), moves us away from using mouse events (reducing the number of events Indigo needs to handle, and standardizes inputs through a single interface.The aim here is to have
Pointers
as an entry point for all pointer events on theFrameContext
, and then haveMouse
andTouch
classes that use the information stored in that class to determine events and statuses just for that typeThe text was updated successfully, but these errors were encountered: