X11: Mouse emulation now fully supported

This commit is contained in:
Ferdinand Schober
2023-12-16 11:47:52 +01:00
parent f13e25af82
commit 0fbf9f4dc2
2 changed files with 44 additions and 6 deletions

View File

@@ -7,6 +7,8 @@ use std::{
pub const BTN_LEFT: u32 = 0x110;
pub const BTN_RIGHT: u32 = 0x111;
pub const BTN_MIDDLE: u32 = 0x112;
pub const BTN_BACK: u32 = 0x113;
pub const BTN_FORWARD: u32 = 0x114;
#[derive(Debug, Clone, Copy)]
pub enum PointerEvent {