Formatted todos and notes.

This commit is contained in:
Camilla Berglund
2013-11-10 14:03:07 +01:00
parent b9d4875f3e
commit adbd52ba27
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ static int translateKey(WPARAM wParam, LPARAM lParam)
{
// Check for numeric keypad keys
// NOTE: This way we always force "NumLock = ON", which is intentional since
// the returned key code should correspond to a physical location.
// the returned key code should correspond to a physical location.
if ((HIWORD(lParam) & 0x100) == 0)
{
switch (MapVirtualKey(HIWORD(lParam) & 0xFF, 1))