Home | History | Annotate | Download | only in input

Lines Matching refs:hasKey

1270     mHaveBtnTouch = device->hasKey(BTN_TOUCH);
1271 mHaveStylus = device->hasKey(BTN_TOOL_PEN)
1272 || device->hasKey(BTN_TOOL_RUBBER)
1273 || device->hasKey(BTN_TOOL_BRUSH)
1274 || device->hasKey(BTN_TOOL_PENCIL)
1275 || device->hasKey(BTN_TOOL_AIRBRUSH);