From 5bffb9fb6340d9daecb40e9f753608abb0c79ec5 Mon Sep 17 00:00:00 2001 From: Patrick Desaulniers Date: Tue, 30 Jul 2019 08:52:45 -0400 Subject: [PATCH] Fix comment --- dgl/src/pugl/pugl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dgl/src/pugl/pugl.h b/dgl/src/pugl/pugl.h index e02c4d92..90f516e9 100644 --- a/dgl/src/pugl/pugl.h +++ b/dgl/src/pugl/pugl.h @@ -125,7 +125,7 @@ typedef enum { /** Layout-independent keycodes. These keycodes are relative to an US QWERTY keyboard. - Therefore, the keycode for the letter 'A' on an AZERTY keyboard will be equal to PUGL_VK_Q. + Therefore, the keycode for the letter 'A' on an AZERTY keyboard will be equal to PUGL_KC_Q. */ typedef enum { /* Zero, does not correspond to any key. */