Drop bad WM_ name.
This commit is contained in:
@ -171,7 +171,6 @@ windows definitions
|
||||
|
||||
255 constant WM_INPUT
|
||||
256 constant WM_KEYDOWN
|
||||
256 constant WM_KEYFIRST
|
||||
257 constant WM_KEYUP
|
||||
258 constant WM_CHAR
|
||||
259 constant WM_DEADCHAR
|
||||
|
||||
@ -64,6 +64,7 @@ hwnd SetForegroundWindow drop
|
||||
create mymsg msg allot
|
||||
: pump
|
||||
begin mymsg NULL 0 0 GetMessageA while
|
||||
\ mymsg ->message @ WM_>name type cr
|
||||
mymsg TranslateMessage drop
|
||||
mymsg DispatchMessageA drop
|
||||
repeat
|
||||
|
||||
Reference in New Issue
Block a user