mirror of
https://github.com/glfw/glfw.git
synced 2024-11-29 15:44:35 +00:00
Removed completed todo.
This commit is contained in:
parent
adbd52ba27
commit
bc625b21b3
@ -266,7 +266,6 @@ static int translateFlags(NSUInteger flags)
|
|||||||
static int translateKey(unsigned int key)
|
static int translateKey(unsigned int key)
|
||||||
{
|
{
|
||||||
// Keyboard symbol translation table
|
// Keyboard symbol translation table
|
||||||
// TODO: Need to find mappings for F13-F15, volume down/up/mute, and eject.
|
|
||||||
static const unsigned int table[128] =
|
static const unsigned int table[128] =
|
||||||
{
|
{
|
||||||
/* 00 */ GLFW_KEY_A,
|
/* 00 */ GLFW_KEY_A,
|
||||||
|
Loading…
Reference in New Issue
Block a user