Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ GetSafeAreaAndroid
Function
GetSafeAreaAndroid
engine/platform/src/platform_window_null.cpp:346–349 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
344
}
345
346
bool GetSafeAreaAndroid(HWindow window, WindowSafeArea* out)
347
{
348
return GetSafeArea(window, out);
349
}
350
351
void SetAndroidInputMethod(bool use_hidden_inputfield)
352
{
Callers
1
GetSafeArea
Function · 0.70
Calls
1
GetSafeArea
Function · 0.70
Tested by
no test coverage detected