Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/5zig/The-5zig-Mod
/ isActive
Method
isActive
Minecraft-Utils/1.8/src/Variables.java:94–97 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
92
});
93
Display.init(
new
Display.DisplayHandler() {
94
@Override
95
public
boolean isActive() {
96
return
org.lwjgl.opengl.Display.isActive();
97
}
98
});
99
updateScaledResolution();
100
try {
Callers
nothing calls this directly
Calls
1
isActive
Method · 0.65
Tested by
no test coverage detected