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
We need an interface to promote input events from the application backend into the rendering structures. I see the following components:
An Input trait, which defines the input handling function
Abstract input events defined in yage-core/input
Each backend needs to convert platform specific events they receive into the abstracted ones and pass those on into the canvas (and from there on to the renderer etc.)
The text was updated successfully, but these errors were encountered:
We need an interface to promote input events from the application backend into the rendering structures. I see the following components:
The text was updated successfully, but these errors were encountered: