Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bloom-Engine/engine
/ toggle_fullscreen
Function
toggle_fullscreen
native/windows/src/lib.rs:104–106 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
102
}
103
104
pub fn toggle_fullscreen() {
105
unsafe { set_fullscreen(!IS_FULLSCREEN); }
106
}
107
108
unsafe extern
"system"
fn wndproc(hwnd: HWND, msg: u32, wparam: WPARAM, lparam: LPARAM) -> LRESULT {
109
match msg {
Callers
1
bloom_toggle_fullscreen
Function · 0.70
Calls
1
set_fullscreen
Function · 0.70
Tested by
no test coverage detected