Lines Matching defs:enabled
449 // HACK: When mouse trails are enabled the cursor becomes invisible when
1432 // (if enabled) DPI scaling of the content area
2003 void _glfwSetWindowResizableWin32(_GLFWwindow* window, GLFWbool enabled)
2008 void _glfwSetWindowDecoratedWin32(_GLFWwindow* window, GLFWbool enabled)
2013 void _glfwSetWindowFloatingWin32(_GLFWwindow* window, GLFWbool enabled)
2015 const HWND after = enabled ? HWND_TOPMOST : HWND_NOTOPMOST;
2020 void _glfwSetWindowMousePassthroughWin32(_GLFWwindow* window, GLFWbool enabled)
2030 if (enabled)
2046 if (enabled)
2086 void _glfwSetRawMouseMotionWin32(_GLFWwindow *window, GLFWbool enabled)
2091 if (enabled)