Home
last modified time | relevance | path

Searched refs:LIBINPUT_BUTTON_STATE_RELEASED (Results 1 - 5 of 5) sorted by relevance

/foundation/multimodalinput/input/service/touch_event_normalize/src/
H A Djoystick_transform_processor.cpp68 if (state == LIBINPUT_BUTTON_STATE_RELEASED) { in OnEventJoystickButton()
/foundation/multimodalinput/input/service/event_handler/src/
H A Dinput_event_handler.cpp278 if (buttonState == LIBINPUT_BUTTON_STATE_RELEASED) { in IsTouchpadButtonMistouch()
310 if (state == LIBINPUT_BUTTON_STATE_RELEASED) { in IsTouchpadTapMistouch()
/foundation/multimodalinput/input/test/facility/libinput_interface/include/
H A Dlibinput.h73 LIBINPUT_BUTTON_STATE_RELEASED = 0, enumerator
/foundation/multimodalinput/input/test/facility/libinput_interface/src/
H A Dlibinput_interface.cpp146 return (event != nullptr ? event->buttonState : LIBINPUT_BUTTON_STATE_RELEASED); in libinput_event_pointer_get_button_state()
/foundation/multimodalinput/input/service/mouse_event_normalize/src/
H A Dmouse_transform_processor.cpp206 if (state == LIBINPUT_BUTTON_STATE_RELEASED) { in HandleButtonInner()

Completed in 8 milliseconds