Home
last modified time | relevance | path

Searched defs:inputDev (Results 1 – 2 of 2) sorted by relevance

/foundation/multimodalinput/input/service/joystick/src/
Djoystick_event_normalize.cpp31 auto inputDev = libinput_event_get_device(event); in OnButtonEvent() local
41 auto inputDev = libinput_event_get_device(event); in OnAxisEvent() local
59 …_ptr<JoystickEventProcessor> JoystickEventNormalize::GetProcessor(struct libinput_device *inputDev) in GetProcessor()
Djoystick_event_processor.cpp42 auto inputDev = libinput_event_get_device(event); in OnButtonEvent() local