Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Redot-Engine/redot-engine
/ get_screen_count
Method
get_screen_count
platform/web/display_server_web.cpp:1240–1242 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1238
}
1239
1240
int DisplayServerWeb::get_screen_count() const {
1241
return 1;
1242
}
1243
1244
int DisplayServerWeb::get_primary_screen() const {
1245
return 0;
Callers
7
_get_system_info
Method · 0.45
_load_defaults
Method · 0.45
get_auto_display_scale
Method · 0.45
restore_window
Method · 0.45
restore_window_from_saved_position
Method · 0.45
_build_advanced_menu
Method · 0.45
get_window_placement
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected