mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 16:52:57 +00:00
Added GLFW_REPEAT.
This commit is contained in:
@@ -183,6 +183,8 @@ static const char* get_action_name(int action)
|
||||
return "pressed";
|
||||
case GLFW_RELEASE:
|
||||
return "released";
|
||||
case GLFW_REPEAT:
|
||||
return "repeated";
|
||||
}
|
||||
|
||||
return "caused unknown action";
|
||||
|
||||
Reference in New Issue
Block a user