mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-06 17:39:45 +00:00
j
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@630 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -137,8 +137,6 @@ static LRESULT CALLBACK wndproc(HWND hWnd, UINT msg, WPARAM wp, LPARAM lp) {
|
||||
if(HIBYTE(VkKeyScan(wp)) & 2) n |= MwLLControlMask;
|
||||
if(msg == WM_SYSCHAR) n |= MwLLAltMask;
|
||||
|
||||
printf("%c\n", n & 0xff);
|
||||
|
||||
if((0x20 <= n && n <= 0x7f) || (n & MwLLKeyMask)) MwLLDispatch(u->ll, key, &n);
|
||||
} else if(msg == WM_SETFOCUS) {
|
||||
MwLLDispatch(u->ll, focus_in, NULL);
|
||||
|
||||
Reference in New Issue
Block a user