matches Key
Determines if the specified key matches the bound key.
Return
True if the key code or scan code matches the bound key, false otherwise.
Parameters
key Code
The GLFW key code to check.
scan Code
The scan code to check.
Determines if the specified key matches the bound key.
True if the key code or scan code matches the bound key, false otherwise.
The GLFW key code to check.
The scan code to check.