all: track serials as u64 internally
This commit is contained in:
parent
437c6b0596
commit
c987fdb58d
28 changed files with 123 additions and 119 deletions
|
|
@ -1623,7 +1623,7 @@ impl Node for ContainerNode {
|
|||
time_usec: u64,
|
||||
button: u32,
|
||||
state: KeyState,
|
||||
_serial: u32,
|
||||
_serial: u64,
|
||||
) {
|
||||
let id = CursorType::Seat(seat.id());
|
||||
self.button(id, seat, time_usec, state == KeyState::Pressed, button);
|
||||
|
|
|
|||
|
|
@ -632,7 +632,7 @@ impl Node for FloatNode {
|
|||
time_usec: u64,
|
||||
button: u32,
|
||||
state: KeyState,
|
||||
_serial: u32,
|
||||
_serial: u64,
|
||||
) {
|
||||
if button != BTN_LEFT {
|
||||
return;
|
||||
|
|
|
|||
|
|
@ -1356,7 +1356,7 @@ impl Node for OutputNode {
|
|||
_time_usec: u64,
|
||||
button: u32,
|
||||
state: KeyState,
|
||||
_serial: u32,
|
||||
_serial: u64,
|
||||
) {
|
||||
if button != BTN_LEFT {
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue