Documentation work for GLFW_MOUSE_PASSTHROUGH

Related to #1568.
This commit is contained in:
Camilla Löwy
2020-07-08 23:21:28 +02:00
parent dfeacee000
commit a122d91303
4 changed files with 34 additions and 2 deletions

View File

@@ -895,9 +895,9 @@ extern "C" {
*/
#define GLFW_FOCUS_ON_SHOW 0x0002000C
/*! @brief Forward mouse input to window behind.
/*! @brief Mouse input transparency window hint and attribute
*
* Mouse input forwarding[window hint](@ref GLFW_MOUSE_PASSTHROUGH_hint) or
* Mouse input transparency [window hint](@ref GLFW_MOUSE_PASSTHROUGH_hint) or
* [window attribute](@ref GLFW_MOUSE_PASSTHROUGH_attrib).
*/
#define GLFW_MOUSE_PASSTHROUGH 0x0002000D