winit/winit-web/src
Kirill Chibisov f046e778aa
winit-core:winit: add tablet input support
The API is integrated into the `WindowEvent::Pointer*` API and is
present in form of `TabletTool` variant on corresponding data entries.

For now implemented for Web, Windows, and with limitations for Wayland.

Fixes #99.

Co-authored-by: daxpedda <daxpedda@gmail.com>
2025-10-07 21:42:36 +09:00
..
async Move Web backend to winit-web 2025-05-26 14:56:00 +09:00
event_loop winit-core:winit: add tablet input support 2025-10-07 21:42:36 +09:00
script Move Web backend to winit-web 2025-05-26 14:56:00 +09:00
web_sys winit-core:winit: add tablet input support 2025-10-07 21:42:36 +09:00
cursor.rs winit-core:winit: add tablet input support 2025-10-07 21:42:36 +09:00
event.rs Move Web backend to winit-web 2025-05-26 14:56:00 +09:00
lib.rs winit-core/keyboard: use keyboard_types 2025-06-07 16:47:47 +09:00
lock.rs Move Web backend to winit-web 2025-05-26 14:56:00 +09:00
main_thread.rs Move Web backend to winit-web 2025-05-26 14:56:00 +09:00
monitor.rs Move Web backend to winit-web 2025-05-26 14:56:00 +09:00
window.rs winit-core/window: add Window::request_ime_update 2025-06-28 13:14:20 +09:00