Home | History | Annotate | Download | only in input

Lines Matching refs:isKeyPressed

1105     mBtnLeft = device->isKeyPressed(BTN_LEFT);
1106 mBtnRight = device->isKeyPressed(BTN_RIGHT);
1107 mBtnMiddle = device->isKeyPressed(BTN_MIDDLE);
1108 mBtnBack = device->isKeyPressed(BTN_BACK);
1109 mBtnSide = device->isKeyPressed(BTN_SIDE);
1110 mBtnForward = device->isKeyPressed(BTN_FORWARD);
1111 mBtnExtra = device->isKeyPressed(BTN_EXTRA);
1112 mBtnTask = device->isKeyPressed(BTN_TASK);
1267 mBtnTouch = device->isKeyPressed(BTN_TOUCH);
1268 mBtnStylus = device->isKeyPressed(BTN_STYLUS);
1269 mBtnStylus2 = device->isKeyPressed(BTN_STYLUS);
1270 mBtnToolFinger = device->isKeyPressed(BTN_TOOL_FINGER);
1271 mBtnToolPen = device->isKeyPressed(BTN_TOOL_PEN);
1272 mBtnToolRubber = device->isKeyPressed(BTN_TOOL_RUBBER);
1273 mBtnToolBrush = device->isKeyPressed(BTN_TOOL_BRUSH);
1274 mBtnToolPencil = device->isKeyPressed(BTN_TOOL_PENCIL);
1275 mBtnToolAirbrush = device->isKeyPressed(BTN_TOOL_AIRBRUSH);
1276 mBtnToolMouse = device->isKeyPressed(BTN_TOOL_MOUSE);
1277 mBtnToolLens = device->isKeyPressed(BTN_TOOL_LENS);
1278 mBtnToolDoubleTap = device->isKeyPressed(BTN_TOOL_DOUBLETAP);
1279 mBtnToolTripleTap = device->isKeyPressed(BTN_TOOL_TRIPLETAP);
1280 mBtnToolQuadTap = device->isKeyPressed(BTN_TOOL_QUADTAP);