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.8/src/Variables.java:98–101 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
96
});
97
Display.init(
new
Display.DisplayHandler() {
98
@Override
99
public
boolean isActive() {
100
return
org.lwjgl.opengl.Display.isActive();
101
}
102
});
103
updateScaledResolution();
104
try {
Callers
nothing calls this directly
Calls
1
isActive
Method · 0.65
Tested by
no test coverage detected