mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-26 19:09:18 +01:00
parent
a50758b8f6
commit
f0a6bd5a31
@ -391,6 +391,7 @@ const PandemoniumDisplay = {
|
|||||||
PandemoniumRuntime.setHeapValue(height, window.screen.height * scale, 'i32');
|
PandemoniumRuntime.setHeapValue(height, window.screen.height * scale, 'i32');
|
||||||
},
|
},
|
||||||
|
|
||||||
|
pandemonium_js_display_window_size_get__sig: 'vii',
|
||||||
pandemonium_js_display_window_size_get: function(p_width, p_height) {
|
pandemonium_js_display_window_size_get: function(p_width, p_height) {
|
||||||
PandemoniumRuntime.setHeapValue(p_width, PandemoniumConfig.canvas.width, 'i32');
|
PandemoniumRuntime.setHeapValue(p_width, PandemoniumConfig.canvas.width, 'i32');
|
||||||
PandemoniumRuntime.setHeapValue(p_height, PandemoniumConfig.canvas.height, 'i32');
|
PandemoniumRuntime.setHeapValue(p_height, PandemoniumConfig.canvas.height, 'i32');
|
||||||
|
Loading…
Reference in New Issue
Block a user