Lines Matching refs:isKeyPressed
1116 mBtnLeft = device->isKeyPressed(BTN_LEFT); in reset()
1117 mBtnRight = device->isKeyPressed(BTN_RIGHT); in reset()
1118 mBtnMiddle = device->isKeyPressed(BTN_MIDDLE); in reset()
1119 mBtnBack = device->isKeyPressed(BTN_BACK); in reset()
1120 mBtnSide = device->isKeyPressed(BTN_SIDE); in reset()
1121 mBtnForward = device->isKeyPressed(BTN_FORWARD); in reset()
1122 mBtnExtra = device->isKeyPressed(BTN_EXTRA); in reset()
1123 mBtnTask = device->isKeyPressed(BTN_TASK); in reset()
1278 mBtnTouch = device->isKeyPressed(BTN_TOUCH); in reset()
1279 mBtnStylus = device->isKeyPressed(BTN_STYLUS); in reset()
1280 mBtnStylus2 = device->isKeyPressed(BTN_STYLUS); in reset()
1281 mBtnToolFinger = device->isKeyPressed(BTN_TOOL_FINGER); in reset()
1282 mBtnToolPen = device->isKeyPressed(BTN_TOOL_PEN); in reset()
1283 mBtnToolRubber = device->isKeyPressed(BTN_TOOL_RUBBER); in reset()
1284 mBtnToolBrush = device->isKeyPressed(BTN_TOOL_BRUSH); in reset()
1285 mBtnToolPencil = device->isKeyPressed(BTN_TOOL_PENCIL); in reset()
1286 mBtnToolAirbrush = device->isKeyPressed(BTN_TOOL_AIRBRUSH); in reset()
1287 mBtnToolMouse = device->isKeyPressed(BTN_TOOL_MOUSE); in reset()
1288 mBtnToolLens = device->isKeyPressed(BTN_TOOL_LENS); in reset()
1289 mBtnToolDoubleTap = device->isKeyPressed(BTN_TOOL_DOUBLETAP); in reset()
1290 mBtnToolTripleTap = device->isKeyPressed(BTN_TOOL_TRIPLETAP); in reset()
1291 mBtnToolQuadTap = device->isKeyPressed(BTN_TOOL_QUADTAP); in reset()