mirror of
https://github.com/glfw/glfw.git
synced 2025-10-04 05:36:35 +00:00
Merge f9c74e60e8
into efdbfd3883
This commit is contained in:
commit
e878c92856
@ -784,7 +784,11 @@ void _glfwInputMonitorChange(void);
|
|||||||
* description.
|
* description.
|
||||||
* @ingroup event
|
* @ingroup event
|
||||||
*/
|
*/
|
||||||
void _glfwInputError(int error, const char* format, ...);
|
void _glfwInputError(int error, const char* format, ...)
|
||||||
|
#ifdef __GNUC__
|
||||||
|
__attribute__((format(printf, 2, 3)))
|
||||||
|
#endif
|
||||||
|
;
|
||||||
|
|
||||||
/*! @brief Notifies dropped object over window.
|
/*! @brief Notifies dropped object over window.
|
||||||
* @param[in] window The window that received the event.
|
* @param[in] window The window that received the event.
|
||||||
|
Loading…
Reference in New Issue
Block a user