diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-02-26 17:09:11 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-02-26 17:09:11 -0800 |
commit | b47f101d59dc7288f1488431f5db02e9b9922e97 (patch) | |
tree | aff47953746f588b7748c9fc8acfeb33520521aa /src/struct_info.json | |
parent | 202a13e9bb409cf320dd19f3aff48b77ba934fb2 (diff) | |
parent | 793eb176a0c777d91941cb17386de0f5da981bac (diff) |
Merge pull request #2165 from juj/fs_element_size1.12.3
Fullscreen element sizes
Diffstat (limited to 'src/struct_info.json')
-rw-r--r-- | src/struct_info.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/struct_info.json b/src/struct_info.json index 2aeffc9c..2a2b4c64 100644 --- a/src/struct_info.json +++ b/src/struct_info.json @@ -1207,7 +1207,11 @@ "isFullscreen", "fullscreenEnabled", "nodeName", - "id" + "id", + "elementWidth", + "elementHeight", + "screenWidth", + "screenHeight" ], "EmscriptenPointerlockChangeEvent": [ "isActive", |