File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
src/unix/linux_like/linux Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -5059,13 +5059,13 @@ pub const FF_MAX: __u16 = 0x7f;
5059
5059
pub const FF_CNT : usize = FF_MAX as usize + 1 ;
5060
5060
5061
5061
// linux/input-event-codes.h
5062
- pub const INPUT_PROP_POINTER : u32 = 0x00 ;
5063
- pub const INPUT_PROP_DIRECT : u32 = 0x01 ;
5064
- pub const INPUT_PROP_BUTTONPAD : u32 = 0x02 ;
5065
- pub const INPUT_PROP_SEMI_MT : u32 = 0x03 ;
5066
- pub const INPUT_PROP_TOPBUTTONPAD : u32 = 0x04 ;
5067
- pub const INPUT_PROP_POINTING_STICK : u32 = 0x05 ;
5068
- pub const INPUT_PROP_ACCELEROMETER : u32 = 0x06 ;
5062
+ pub const INPUT_PROP_POINTER : __u16 = 0x00 ;
5063
+ pub const INPUT_PROP_DIRECT : __u16 = 0x01 ;
5064
+ pub const INPUT_PROP_BUTTONPAD : __u16 = 0x02 ;
5065
+ pub const INPUT_PROP_SEMI_MT : __u16 = 0x03 ;
5066
+ pub const INPUT_PROP_TOPBUTTONPAD : __u16 = 0x04 ;
5067
+ pub const INPUT_PROP_POINTING_STICK : __u16 = 0x05 ;
5068
+ pub const INPUT_PROP_ACCELEROMETER : __u16 = 0x06 ;
5069
5069
pub const INPUT_PROP_MAX : __u16 = 0x1f ;
5070
5070
pub const INPUT_PROP_CNT : usize = INPUT_PROP_MAX as usize + 1 ;
5071
5071
pub const EV_MAX : __u16 = 0x1f ;
You can’t perform that action at this time.
0 commit comments