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