Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dpointer_event.cpp992 int32_t nPressedButtons; in ReadFromParcel() local
993 READINT32(in, nPressedButtons); in ReadFromParcel()
994 if (nPressedButtons > static_cast<int32_t>(MAX_N_PRESSED_BUTTONS)) { in ReadFromParcel()
998 for (int32_t i = 0; i < nPressedButtons; ++i) { in ReadFromParcel()

Completed in 3 milliseconds