| public static long |
| createGlfwWindow(int width, int height, String title, long monitor, GpuBackend backend) |
| method_1_2662(int arg0, int arg1, String arg2, long arg3, class_1_11 arg4) |
| createHandle(int width, int height, String title, long monitor, WindowBackend backend) |
|
| private long |
| createWindow(GpuBackend backend, int width, int height, String title, long initialMonitor) |
| method_1_2663(class_1_11 arg0, int arg1, int arg2, String arg3, long arg4) |
| createHandle(WindowBackend backend, int width, int height, String title, long monitor) |
|
| public static String |
| getPlatform() |
| method_60793() |
| getGlfwPlatform() |
|
| public int |
| getRefreshRate() |
| method_22092() |
| getRefreshRate() |
|
| public boolean |
| shouldClose() |
| method_22093() |
| shouldClose() |
|
| public static void |
|
| public void |
|
| public void |
|
| public static void |
| setBootErrorCallback() |
| method_4481() |
| throwOnGlError() |
|
| private static void |
| bootCrash(int error, long description) |
| method_4501(int arg0, long arg1) |
| throwGlfwError(int error, long description) |
|
| public void |
| defaultErrorCallback(int errorCode, long description) |
| method_4482(int arg0, long arg1) |
| logGlfwError(int error, long description) |
|
| public void |
| setDefaultErrorCallback() |
| method_4513() |
| logOnGlfwError() |
|
| public void |
|
| private void |
| onMove(long handle, int x, int y) |
| method_4478(long arg0, int arg1, int arg2) |
| onWindowPosChanged(long window, int x, int y) |
|
| private boolean |
| isSoftScreen() |
| method_1_6373() |
| shouldReserveOneRow() |
|
| private void |
| onFramebufferResize(long handle, int newWidth, int newHeight) |
| method_4504(long arg0, int arg1, int arg2) |
| onFramebufferSizeChanged(long window, int width, int height) |
|
| private void |
| refreshFramebufferSize() |
| method_4483() |
| updateFramebufferSize() |
|
| private void |
| onResize(long handle, int newWidth, int newHeight) |
| method_4488(long arg0, int arg1, int arg2) |
| onWindowSizeChanged(long window, int width, int height) |
|
| private void |
| onFocus(long handle, boolean focused) |
| method_4494(long arg0, boolean arg1) |
| onWindowFocusChanged(long window, boolean focused) |
|
| private void |
| onEnter(long handle, boolean entered) |
| method_30132(long arg0, boolean arg1) |
| onCursorEnterChanged(long window, boolean entered) |
|
| private void |
| onIconify(long handle, boolean iconified) |
| method_61945(long arg0, boolean arg1) |
| onMinimizeChanged(long window, boolean minimized) |
|
| public void |
| updateFullscreenIfChanged() |
| method_1_2666() |
| updateFullscreenIfNeeded() |
|
| public Optional<VideoMode> |
| getPreferredFullscreenVideoMode() |
| method_4511() |
| getFullscreenVideoMode() |
|
| public void |
|
| public void |
| changeFullscreenVideoMode() |
| method_4475() |
| applyFullscreenVideoMode() |
|
| private void |
| setMode() |
| method_4479() |
| updateWindowRegion() |
|
| public void |
| toggleFullScreen() |
| method_4500() |
| toggleFullscreen() |
|
| public void |
| setWindowed(int width, int height) |
| method_36813(int arg0, int arg1) |
| setWindowedSize(int width, int height) |
|
| public int |
| calculateScale(int maxScale, boolean enforceUnicode) |
| method_4476(int arg0, boolean arg1) |
| calculateScaleFactor(int guiScale, boolean forceUnicodeFont) |
|
| public void |
| setGuiScale(int guiScale) |
| method_15997(int arg0) |
| setScaleFactor(int scaleFactor) |
|
| public void |
|
| public long |
| handle() |
| method_4490() |
| getHandle() |
|
| public boolean |
| isFullscreen() |
| method_4498() |
| isFullscreen() |
|
| public boolean |
| isIconified() |
| method_61946() |
| isMinimized() |
|
| public boolean |
| isFocused() |
| method_1_3138() |
| isFocused() |
|
| public int |
| getWidth() |
| method_4489() |
| getFramebufferWidth() |
|
| public int |
| getHeight() |
| method_4506() |
| getFramebufferHeight() |
|
| public void |
| setWidth(int width) |
| method_35642(int arg0) |
| setFramebufferWidth(int framebufferWidth) |
|
| public void |
| setHeight(int height) |
| method_35643(int arg0) |
| setFramebufferHeight(int framebufferHeight) |
|
| public int |
| getScreenWidth() |
| method_4480() |
| getWidth() |
|
| public int |
| getScreenHeight() |
| method_4507() |
| getHeight() |
|
| public int |
| getGuiScaledWidth() |
| method_4486() |
| getScaledWidth() |
|
| public int |
| getGuiScaledHeight() |
| method_4502() |
| getScaledHeight() |
|
| public int |
| getX() |
| method_4499() |
| getX() |
|
| public int |
| getY() |
| method_4477() |
| getY() |
|
| public int |
| getGuiScale() |
| method_4495() |
| getScaleFactor() |
|
| public Monitor |
| findBestMonitor() |
| method_20831() |
| getMonitor() |
|
| public void |
| updateRawMouseInput(boolean value) |
| method_21668(boolean arg0) |
| setRawMouseMotion(boolean rawMouseMotion) |
|
| public void |
|
| public boolean |
| isMinimized() |
| method_65966() |
| hasZeroWidthOrHeight() |
|
| public void |
| setAllowCursorChanges(boolean value) |
| method_74030(boolean arg0) |
| setAllowCursorChanges(boolean allowCursorChanges) |
|
| public void |
|
| public float |
| getAppropriateLineWidth() |
| method_75291() |
| getMinimumLineWidth() |
|
| public WindowBackend |
| backend() |
| method_1_2661() |
| getBackend() |
|
| private static int |
| allowedWindowMinSize(int size) |
| method_1_3099(int arg0) |
| clampToPositive(int x) |
|
| private static void |
| lambda$setWindowCloseCallback$0(Runnable arg0, long arg1) |
| method_61944(Runnable arg0, long arg1) |
| method_61944(Runnable arg0, long window) |
|