mirror of
https://github.com/glfw/glfw.git
synced 2026-09-20 08:23:13 +00:00
Removed 'device' from monitor callback.
This commit is contained in:
+1
-1
@@ -137,7 +137,7 @@ GLFWAPI const char* glfwGetMonitorString(GLFWmonitor handle, int param)
|
||||
// Set a callback function for monitor events
|
||||
//========================================================================
|
||||
|
||||
GLFWAPI void glfwSetMonitorDeviceCallback(GLFWmonitordevicefun cbfun)
|
||||
GLFWAPI void glfwSetMonitorCallback(GLFWmonitorfun cbfun)
|
||||
{
|
||||
if (!_glfwInitialized)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user