Lines Matching refs:button
117 int32_t VirtualMouse::DownButton(int32_t button)
120 if (button < BTN_MOUSE || button > BTN_TASK) {
121 FI_HILOGE("Not mouse button:%{public}d", button);
126 SendEvent(EV_KEY, button, DOWN_VALUE);
131 int32_t VirtualMouse::UpButton(int32_t button)
134 if (button < BTN_MOUSE || button > BTN_TASK) {
135 FI_HILOGE("Not mouse button:%{public}d", button);
140 SendEvent(EV_KEY, button, UP_VALUE);