Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HumbleUI/JWM
/ asJavaObject
Method
asJavaObject
linux/cc/ScreenInfo.cc:5–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
4
5
jobject jwm::ScreenInfo::asJavaObject(JNIEnv* env) const {
6
return jwm::classes::Screen::make(env, id, isPrimary, bounds, bounds, jwm::app.getScale());
7
}
Callers
2
Java_io_github_humbleui_jwm_WindowX11__1nGetScreen
Function · 0.80
Java_io_github_humbleui_jwm_App__1nGetScreens
Function · 0.80
Calls
2
make
Function · 0.85
getScale
Method · 0.45
Tested by
no test coverage detected