-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Description
emscripten/site/source/docs/api_reference/html5.h.rst
Lines 799 to 803 in 0029627
.. c:function:: EMSCRIPTEN_RESULT emscripten_get_deviceorientation_status(EmscriptenDeviceOrientationEvent *orientationState) | |
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?
Same thing with device motion:
emscripten/site/source/docs/api_reference/html5.h.rst
Lines 891 to 895 in 0029627
.. c:function:: EMSCRIPTEN_RESULT emscripten_get_devicemotion_status(EmscriptenDeviceMotionEvent *motionState) | |
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. |
Metadata
Metadata
Assignees
Labels
No labels