Lines Matching refs:isKeyPressed
1295 mBtnLeft = device->isKeyPressed(BTN_LEFT); in reset()
1296 mBtnRight = device->isKeyPressed(BTN_RIGHT); in reset()
1297 mBtnMiddle = device->isKeyPressed(BTN_MIDDLE); in reset()
1298 mBtnBack = device->isKeyPressed(BTN_BACK); in reset()
1299 mBtnSide = device->isKeyPressed(BTN_SIDE); in reset()
1300 mBtnForward = device->isKeyPressed(BTN_FORWARD); in reset()
1301 mBtnExtra = device->isKeyPressed(BTN_EXTRA); in reset()
1302 mBtnTask = device->isKeyPressed(BTN_TASK); in reset()
1457 mBtnTouch = device->isKeyPressed(BTN_TOUCH); in reset()
1458 mBtnStylus = device->isKeyPressed(BTN_STYLUS); in reset()
1461 device->isKeyPressed(BTN_STYLUS2) || device->isKeyPressed(BTN_0); in reset()
1462 mBtnToolFinger = device->isKeyPressed(BTN_TOOL_FINGER); in reset()
1463 mBtnToolPen = device->isKeyPressed(BTN_TOOL_PEN); in reset()
1464 mBtnToolRubber = device->isKeyPressed(BTN_TOOL_RUBBER); in reset()
1465 mBtnToolBrush = device->isKeyPressed(BTN_TOOL_BRUSH); in reset()
1466 mBtnToolPencil = device->isKeyPressed(BTN_TOOL_PENCIL); in reset()
1467 mBtnToolAirbrush = device->isKeyPressed(BTN_TOOL_AIRBRUSH); in reset()
1468 mBtnToolMouse = device->isKeyPressed(BTN_TOOL_MOUSE); in reset()
1469 mBtnToolLens = device->isKeyPressed(BTN_TOOL_LENS); in reset()
1470 mBtnToolDoubleTap = device->isKeyPressed(BTN_TOOL_DOUBLETAP); in reset()
1471 mBtnToolTripleTap = device->isKeyPressed(BTN_TOOL_TRIPLETAP); in reset()
1472 mBtnToolQuadTap = device->isKeyPressed(BTN_TOOL_QUADTAP); in reset()