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