re: Dylan Smith : richedit:Added tests for ctrl-key shortcut handling in WM_KEYDOWN.
Oct. 22, 2008
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
6364
Age (days ago)
6364
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dan Kegel