mirror of
https://github.com/glfw/glfw.git
synced 2026-08-27 10:45:54 +02:00
Made glfwSetCursorPos fail silently if lacking focus.
This commit is contained in:
@@ -674,12 +674,9 @@ extern "C" {
|
||||
* more specific categories.
|
||||
*/
|
||||
#define GLFW_PLATFORM_ERROR 0x00070008
|
||||
/*! @brief The specified window needed to be focused for the call to succeed.
|
||||
*/
|
||||
#define GLFW_WINDOW_NOT_FOCUSED 0x00070009
|
||||
/*! @brief The clipboard did not contain data in the requested format.
|
||||
*/
|
||||
#define GLFW_FORMAT_UNAVAILABLE 0x0007000A
|
||||
#define GLFW_FORMAT_UNAVAILABLE 0x00070009
|
||||
/*! @} */
|
||||
|
||||
/*! @brief The number of entries in the gamma ramp.
|
||||
|
||||
Reference in New Issue
Block a user