More accurate ignoring message
This commit is contained in:
parent
84f6aabf5b
commit
6cee6b6429
1 changed files with 1 additions and 1 deletions
|
|
@ -209,7 +209,7 @@ on_key_input(GLFWkeyevent *ev) {
|
|||
schedule_write_to_child(w->id, 1, encoded_key, size);
|
||||
debug("sent key to child\n");
|
||||
} else {
|
||||
debug("ignoring as keyboard mode does not allow %s events\n", action == GLFW_RELEASE ? "release" : "repeat");
|
||||
debug("ignoring as keyboard mode does not support encoding this event\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue