You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Returns the most recently received ``deviceorientation`` event state.
Note that for this function call to succeed, :c:func:`emscripten_set_deviceorientation_callback` must have first been called with one of the mouse event types and a non-zero callback function pointer to enable the ``deviceorientation`` state capture.
The docs suggest you need to use to pass mouse events into the device orientation callback. This is a typo, right?
Returns the most recently received `devicemotion <http://w3c.github.io/deviceorientation/spec-source-orientation.html#devicemotion>`_ event state.
Note that for this function call to succeed, :c:func:`emscripten_set_devicemotion_callback` must have first been called with one of the mouse event types and a non-zero callback function pointer to enable the ``devicemotion`` state capture.
The text was updated successfully, but these errors were encountered:
…ml5.h.rst (#23919)
As suggested in #23915, the docs seem to say you need to pass mouse
events into the devicemotion and deviceorientation callbacks, which
looks like a typo.
emscripten/site/source/docs/api_reference/html5.h.rst
Lines 799 to 803 in 0029627
The docs suggest you need to use to pass mouse events into the device orientation callback. This is a typo, right?
Same thing with device motion:
emscripten/site/source/docs/api_reference/html5.h.rst
Lines 891 to 895 in 0029627
The text was updated successfully, but these errors were encountered: