autocommit 2022-04-30 13:45:20 CEST
This commit is contained in:
parent
4e717ecef8
commit
3d4a6b21f3
26 changed files with 340 additions and 60 deletions
|
|
@ -144,8 +144,13 @@ pub enum AxisSource {
|
|||
pub enum InputEvent {
|
||||
Key(u32, KeyState),
|
||||
ConnectorPosition(ConnectorId, Fixed, Fixed),
|
||||
#[allow(dead_code)]
|
||||
Motion(Fixed, Fixed),
|
||||
Motion {
|
||||
time_usec: u64,
|
||||
dx: Fixed,
|
||||
dy: Fixed,
|
||||
dx_unaccelerated: Fixed,
|
||||
dy_unaccelerated: Fixed,
|
||||
},
|
||||
Button(u32, KeyState),
|
||||
|
||||
Axis(Fixed, ScrollAxis),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue