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
I am currently experimenting with a drawing app, and the seemingly lack of API for pen inputs make it harder than it can be (should at least allow the software to differentiate touch from pen).
I assume that the best way to include it in the current API would be to take a similar approach and append optional metadata to the mouse events, like a StylusMeta/TabletMeta structure.
I am however not familiar enough with the code base to do such change.
I am currently experimenting with a drawing app, and the seemingly lack of API for pen inputs make it harder than it can be (should at least allow the software to differentiate touch from pen).
I suggest adding support for these APIs:
The text was updated successfully, but these errors were encountered: