-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is neededwindows inkSpecific to the Windows Ink RTS backendSpecific to the Windows Ink RTS backend
Description
When running the eframe-viewer example on Windows, app hungs after the window is displayed.
After debugging, I found that it stopped at the following code:
octotablet/src/platform/ink/mod.rs
Line 311 in f1306a5
| name: unsafe { tablet.Name() } |
In tablet.Name() method, the process does not return.
I tested eframe-viewer on Windows 11.
This is occurred when stylus devices are connected or not connected (only a mouse).
It occurs in both debug and release builds.
The cause is unknown...
However, I think it is related to #14 possibly.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is neededwindows inkSpecific to the Windows Ink RTS backendSpecific to the Windows Ink RTS backend