Home
last modified time | relevance | path

Searched refs:glfwSetWindowSizeLimits (Results 1 – 25 of 46) sorted by relevance

12

/dports/graphics/embree/embree-3.13.2/tutorials/common/glfw/include/GLFW/
H A Dglfw3.h2098 GLFWAPI void glfwSetWindowSizeLimits(GLFWwindow* window, int minwidth, int minheight, int maxwidth,…
/dports/math/curv/curv-0.5/extern/imgui/examples/libs/glfw/include/GLFW/
H A Dglfw3.h2084 GLFWAPI void glfwSetWindowSizeLimits(GLFWwindow* window, int minwidth, int minheight, int maxwidth,…
/dports/devel/emscripten/emscripten-2.0.3/system/include/GLFW/
H A Dglfw3.h2098 GLFWAPI void glfwSetWindowSizeLimits(GLFWwindow* window, int minwidth, int minheight, int maxwidth,…
/dports/graphics/milton/milton-1.9.1/third_party/imgui/examples/libs/glfw/include/GLFW/
H A Dglfw3.h2084 GLFWAPI void glfwSetWindowSizeLimits(GLFWwindow* window, int minwidth, int minheight, int maxwidth,…
/dports/graphics/openvkl/openvkl-1.1.0/examples/interactive/imgui-1.83/examples/libs/glfw/include/GLFW/
H A Dglfw3.h2084 GLFWAPI void glfwSetWindowSizeLimits(GLFWwindow* window, int minwidth, int minheight, int maxwidth,…
/dports/devel/nextpnr/nextpnr-48cd407/3rdparty/imgui/examples/libs/glfw/include/GLFW/
H A Dglfw3.h2084 GLFWAPI void glfwSetWindowSizeLimits(GLFWwindow* window, int minwidth, int minheight, int maxwidth,…
/dports/graphics/py-glfw/glfw-2.5.0/glfw/
H A DGLFW.py402 set_window_size_limits as glfwSetWindowSizeLimits, unknown
H A D__init__.py2716 _glfw.glfwSetWindowSizeLimits.restype = None
2717 _glfw.glfwSetWindowSizeLimits.argtypes = [ctypes.POINTER(_GLFWwindow),
2731 _glfw.glfwSetWindowSizeLimits(window,
/dports/misc/box2d/box2d-2.4.1/extern/glfw/include/GLFW/
H A Dglfw3.h2785 GLFWAPI void glfwSetWindowSizeLimits(GLFWwindow* window, int minwidth, int minheight, int maxwidth,…
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/glfw/src/include/GLFW/
H A Dglfw3.h2770 GLFWAPI void glfwSetWindowSizeLimits(GLFWwindow* window, int minwidth, int minheight, int maxwidth,…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/glfw/src/include/GLFW/
H A Dglfw3.h2770 GLFWAPI void glfwSetWindowSizeLimits(GLFWwindow* window, int minwidth, int minheight, int maxwidth,…
/dports/devel/raylib/raylib-3.7.0/examples/others/external/include/GLFW/
H A Dglfw3.h2766 GLFWAPI void glfwSetWindowSizeLimits(GLFWwindow* window, int minwidth, int minheight, int maxwidth,…
/dports/graphics/open3d/Open3D-0.2/src/External/GLFW/include/GLFW/
H A Dglfw3.h2760 GLFWAPI void glfwSetWindowSizeLimits(GLFWwindow* window, int minwidth, int minheight, int maxwidth,…
/dports/graphics/py-open3d-python/Open3D-0.2/src/External/GLFW/include/GLFW/
H A Dglfw3.h2760 GLFWAPI void glfwSetWindowSizeLimits(GLFWwindow* window, int minwidth, int minheight, int maxwidth,…
/dports/math/geogram/geogram-1.7.7/src/lib/third_party/glfw/include/GLFW/
H A Dglfw3.h2939 GLFWAPI void glfwSetWindowSizeLimits(GLFWwindow* window, int minwidth, int minheight, int maxwidth,…
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/glfw/include/GLFW/
H A Dglfw3.h2970 GLFWAPI void glfwSetWindowSizeLimits(GLFWwindow* window, int minwidth, int minheight, int maxwidth,…
/dports/graphics/glfw/glfw-3.3.4/include/GLFW/
H A Dglfw3.h2970 GLFWAPI void glfwSetWindowSizeLimits(GLFWwindow* window, int minwidth, int minheight, int maxwidth,…
/dports/graphics/rx/rx-0.4.0/cargo-crates/glfw-sys-3.3.0/include/GLFW/
H A Dglfw3.h2837 GLFWAPI void glfwSetWindowSizeLimits(GLFWwindow* window, int minwidth, int minheight, int maxwidth,…
/dports/editors/imhex/ImHex-1.7.0/source/
H A Dwindow.cpp511 glfwSetWindowSizeLimits(this->m_window, 720, 480, GLFW_DONT_CARE, GLFW_DONT_CARE); in initGLFW()
/dports/x11/kitty/kitty-0.23.1/glfw/
H A Dglfw3.h3037 GLFWAPI void glfwSetWindowSizeLimits(GLFWwindow* window, int minwidth, int minheight, int maxwidth,…
/dports/x11/kitty/kitty-0.23.1/kitty/
H A Dglfw-wrapper.h1769 #define glfwSetWindowSizeLimits glfwSetWindowSizeLimits_impl macro
/dports/graphics/rx/rx-0.4.0/cargo-crates/glfw-0.34.0/src/ffi/
H A Dmod.rs519 …pub fn glfwSetWindowSizeLimits(window: *mut GLFWwindow, minwidth: c_int, minheight: c_int, maxwidt… in glfwSetWindowSizeLimits() function
/dports/graphics/open3d/Open3D-0.2/src/External/GLFW/src/
H A Dwindow.c565 GLFWAPI void glfwSetWindowSizeLimits(GLFWwindow* handle, in glfwSetWindowSizeLimits() function
/dports/graphics/py-open3d-python/Open3D-0.2/src/External/GLFW/src/
H A Dwindow.c565 GLFWAPI void glfwSetWindowSizeLimits(GLFWwindow* handle, in glfwSetWindowSizeLimits() function
/dports/misc/box2d/box2d-2.4.1/extern/glfw/src/
H A Dwindow.c573 GLFWAPI void glfwSetWindowSizeLimits(GLFWwindow* handle, in glfwSetWindowSizeLimits() function

12