Update doc

This commit is contained in:
Benoit de Chezelles
2019-10-16 02:36:55 +02:00
parent 7f2b98fad7
commit 8cae70fa36
2 changed files with 3 additions and 3 deletions

2
kitty/glfw-wrapper.h generated
View File

@@ -971,7 +971,7 @@ typedef struct GLFWkeyevent
// The [keyboard key](@ref keys) that was pressed or released.
int key;
// The native key identifier of the key.
// The platform-specific identifier of the key.
int native_key;
// The event action. Either `GLFW_PRESS`, `GLFW_RELEASE` or `GLFW_REPEAT`.