ddraw.txt and gui

Alexandre Julliard julliard at winehq.org
Sat Sep 27 21:21:00 CDT 2003


"Dimitrie O. Paun" <dpaun at rogers.com> writes:

> Good idea. How do we simulate the mouse, for these cases:

SendInput() does that. Moving a window with it might be a bit tricky
(you probably need to use a child window to avoid trouble with managed
mode).

> ANd how do we differentiate between messages sent and posted? Is this
> difference important to test?

Call InSendMessage() in the window procedure. Yes I think it's worth
testing, it can potentially cause deadlocks if we don't use the right
kind of message.

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list