MCPcopy Create free account
hub / github.com/emberian/evdev / AbsoluteAxisCode

Class AbsoluteAxisCode

src/constants.rs:129–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127/// A type of absolute axis measurement, typically used for touch events and joysticks.
128#[derive(Copy, Clone, PartialEq, Eq, Hash)]
129pub struct AbsoluteAxisCode(pub u16);
130
131evdev_enum!(
132 AbsoluteAxisCode,

Callers 2

compensate_eventsFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…