Remove MouseEvent fallback support

This commit is contained in:
dAxpeDDa 2023-06-04 01:44:53 +02:00 committed by daxpedda
parent fbba203c4a
commit a134a59917
8 changed files with 64 additions and 416 deletions

View file

@ -2,6 +2,7 @@ mod canvas;
mod event;
mod event_handle;
mod media_query_handle;
mod pointer;
mod scaling;
mod timeout;