Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-12 | Register mouse callbacks in test_html5_fullscreen.c sample so that it can be ↵ | Jukka Jylänki | |
tested on IE as well. | |||
2014-03-12 | Make tests/test_html5_fullscreen.c standalone-compilable outside test suite. | Jukka Jylänki | |
2014-02-26 | Add new fields to EmscriptenFullscreenChangeEvent structure that report the ↵ | Jukka Jylänki | |
new pixel sizes of the fullscreen element, as well as the whole screen size. These can be used to read and adjust the rendering canvas size appropriately when transitioning between fullscreen modes. Thanks to Joel Croteau for the suggestion at https://groups.google.com/forum/#!topic/emscripten-discuss/qaTrOXWv1Oc . Bump version to 1.12.3 to update the cache after change to struct_info.json. |