We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 520bd3a commit ccde927Copy full SHA for ccde927
1 file changed
site/source/docs/api_reference/emscripten.h.rst
@@ -495,17 +495,17 @@ Functions
495
496
.. c:function:: void emscripten_get_window_title()
497
498
- Returns the window title
+ Returns the window title.
499
500
- The returned string will be valid until the next call of the function
+ The returned string will be valid until the next call of the function.
501
502
.. c:function:: void emscripten_set_window_title(char *title)
503
504
- Sets the window title
+ Sets the window title.
505
506
.. c:function:: void emscripten_get_screen_size(int *width, int *height)
507
508
- Returns the width and height of the screen
+ Returns the width and height of the screen.
509
510
.. c:function:: void emscripten_hide_mouse(void)
511
0 commit comments