Ryan C. Gordon
536126fdcf
emscripten: Move over to using Pointer Events for all mouse, pen, and touch.
...
This allows us to avoid browser mouse emulation for touches, since we provide
our own anyhow.
The other option is to "prevent default" in the legacy touch event handlers we
historically used, to tell the browser not to supply emulation, but we can't
currently tell Emscripten to mark those handlers as not "passive," so as it
stands they are unable to prevent default. Using Pointer Events bypasses this
problem entirely.
Fixes #13161 .
2025-07-13 16:06:03 -04:00
..
2025-06-18 10:03:44 -07:00
2025-07-11 16:10:47 -04:00
2025-06-18 10:03:44 -07:00
2025-07-12 07:47:13 -07:00
2025-05-22 11:07:22 -07:00
2025-07-11 15:05:45 -04:00
2025-06-29 12:37:56 -04:00
2025-07-06 11:28:04 -04:00
2025-07-11 14:16:18 -04:00
2025-07-11 18:18:47 -04:00
2025-07-12 07:47:13 -07:00
2025-07-11 13:05:37 -07:00
2025-06-18 10:03:44 -07:00
2025-07-12 07:47:13 -07:00
2025-01-01 07:45:52 -08:00
2025-01-01 07:45:52 -08:00
2025-05-22 11:07:22 -07:00
2025-07-01 13:31:39 -04:00
2025-01-14 12:03:07 -08:00
2025-01-01 07:45:52 -08:00
2025-05-12 09:17:21 -07:00
2025-07-02 21:27:24 +02:00
2025-01-22 20:25:04 -08:00
2025-06-18 10:03:44 -07:00
2025-06-18 10:03:44 -07:00
2025-06-18 10:03:44 -07:00
2025-07-09 17:11:26 +02:00
2025-05-22 11:07:22 -07:00
2025-06-03 21:59:33 +02:00
2025-06-18 10:03:44 -07:00
2025-07-13 16:06:03 -04:00
2025-01-01 07:45:52 -08:00
2025-03-20 16:24:16 -07:00
2025-03-02 07:55:56 -08:00
2025-05-22 11:07:22 -07:00
2025-01-01 07:45:52 -08:00
2025-02-15 18:52:56 -05:00
2025-07-09 12:38:16 -04:00
2025-01-01 07:45:52 -08:00
2025-06-18 10:03:44 -07:00
2025-05-29 10:53:46 -07:00
2025-01-01 07:45:52 -08:00
2025-01-01 07:45:52 -08:00
2025-01-01 07:45:52 -08:00
2025-05-22 11:07:22 -07:00
2025-01-01 07:45:52 -08:00
2025-02-26 08:34:14 -08:00
2025-02-27 14:03:39 -08:00
2025-04-02 08:30:26 -07:00
2025-07-12 07:47:13 -07:00