mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-25 10:15:43 +08:00
Add more special key codes to keyboard keys
ref T404
This commit is contained in:
committed by
Klaus Basan
parent
6cb0ed583e
commit
0f140cb155
@@ -7,9 +7,7 @@
|
||||
* contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
/*!
|
||||
\file
|
||||
*/
|
||||
//! \file
|
||||
|
||||
#ifndef BLACKINPUT_KEYBOARD_WINDOWS_H
|
||||
#define BLACKINPUT_KEYBOARD_WINDOWS_H
|
||||
@@ -23,7 +21,7 @@
|
||||
#ifndef NOMINMAX
|
||||
#define NOMINMAX
|
||||
#endif
|
||||
#include <windows.h>
|
||||
#include <Windows.h>
|
||||
|
||||
namespace BlackInput
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user