1
0
Fork 0
forked from wry/wry

backend: add ButtonState

This commit is contained in:
Julian Orth 2025-10-16 19:50:21 +02:00
parent e22e6680b6
commit 0e1be7544f
17 changed files with 75 additions and 66 deletions

View file

@ -1,6 +1,6 @@
use {
crate::{
backend::KeyState,
backend::{ButtonState, KeyState},
client::{Client, ClientId},
fixed::Fixed,
ifs::{
@ -346,7 +346,7 @@ pub trait Node: 'static {
seat: &Rc<WlSeatGlobal>,
time_usec: u64,
button: u32,
state: KeyState,
state: ButtonState,
serial: u64,
) {
let _ = seat;