Searched refs:setAxes (Results 1 – 3 of 3) sorted by relevance
41 void GamepadCommon::setAxes(unsigned count, const double* data) in setAxes() function in blink::GamepadCommon
57 void setAxes(unsigned count, const double* data);
50 gamepad.setAxes(webGamepad.axesLength, webGamepad.axes); in sampleGamepad()