Home
last modified time | relevance | path

Searched refs:buttonState (Results 1 - 4 of 4) sorted by relevance

/foundation/multimodalinput/input/service/event_handler/src/
H A Dinput_event_handler.cpp261 auto buttonState = libinput_event_pointer_get_button_state(touchpadButtonEvent); in IsTouchpadButtonMistouch() local
262 if (buttonState == LIBINPUT_BUTTON_STATE_PRESSED) { in IsTouchpadButtonMistouch()
278 if (buttonState == LIBINPUT_BUTTON_STATE_RELEASED) { in IsTouchpadButtonMistouch()
/foundation/multimodalinput/input/test/facility/libinput_interface/include/
H A Dlibinput_interface.h45 enum libinput_button_state buttonState; member
/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/util/common/include/
H A Dstruct_multimodal.h306 int32_t buttonState {};

Completed in 5 milliseconds