Home
last modified time | relevance | path

Searched refs:mRelWheel (Results 1 – 2 of 2) sorted by relevance

/hardware/libhardware/modules/input/evdev/
DMouseInputMapper.cpp119 mRelWheel = value; in processMotion()
165 if (mRelWheel != 0) { in sync()
167 mRelWheel, 0); in sync()
180 mRelWheel = 0; in sync()
DMouseInputMapper.h48 int32_t mRelWheel = 0; variable