remove debug
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@631 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
95b9409bbe
commit
6bea5a96b5
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue