wayland: implement pointer_warp_v1

This commit is contained in:
Skygrango 2026-05-24 01:47:57 +08:00 committed by Jacob Kauffmann
parent 821b431973
commit b6cab38528
3 changed files with 47 additions and 0 deletions

View file

@ -25,6 +25,7 @@ pub mod output_configuration;
pub mod output_power;
pub mod overlap_notify;
pub mod pointer_constraints;
pub mod pointer_warp;
pub mod primary_selection;
pub mod seat;
pub mod security_context;