re: Dylan Smith : richedit:Added tests for ctrl-key shortcut handling in WM_KEYDOWN.
22 Oct
2008
22 Oct
'08
3:50 p.m.
Dmitry wrote:
+ BYTE key_state[256]; +... + result = GetKeyboardState((LPBYTE)&key_state);
the casts in the above code clearly show that the pointer syntax is wrong there.
Nah. It's ugly, but not wrong. key_state == &key_state here. - Dan
6266
Age (days ago)
6266
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dan Kegel