mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-03 08:00:50 +00:00
remove debug
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@631 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -130,6 +130,7 @@ static LRESULT CALLBACK wndproc(HWND hWnd, UINT msg, WPARAM wp, LPARAM lp) {
|
||||
int n = wp;
|
||||
const int base = 'A' - 1;
|
||||
|
||||
/* FIXME: this catches escape key (!?!?!?) */
|
||||
if(n <= 0x1f) {
|
||||
n = (n + base) | MwLLControlMask;
|
||||
if(!(GetKeyState(VK_LSHIFT) || GetKeyState(VK_RSHIFT))) n += 0x20;
|
||||
|
||||
Reference in New Issue
Block a user