From: Stef M. <s.m...@ru...> - 2008-12-07 10:08:22
|
hello, I would like to detect if one of the special keys, like Ctrl-Alt-Shift changes during mouse dragging. As far as I can see, this doesn't seem possible, because - those keys don't generate a mouse event - waiting for a key event blocks the dragging Is this correct ? A more general question is: is it possible to detect key or mouse events, without waiting to happen ? thanks, Stef |