mirror of
https://github.com/joleuger/vuinputd.git
synced 2026-07-18 00:45:07 +00:00
Fix build: Add missing constant
This commit is contained in:
parent
88737be70b
commit
7182cac6fc
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ pub const EV_SYN: u16 = 0x00;
|
|||
pub const EV_KEY: u16 = 0x01;
|
||||
pub const EV_REL: u16 = 0x02;
|
||||
pub const EV_ABS: u16 = 0x03;
|
||||
pub const EV_FF: u16 = 0x15;
|
||||
|
||||
/// Trait for input devices
|
||||
pub trait Device {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue