From: Jason Daly (jdaly++at++ist.ucf.edu)
Date: 09/04/2003 12:52:07
On Thu, 2003-09-04 at 15:02, Alexandre Naaman wrote:
>
> The reason that this sample is commented out from the Makefile on win32
> is because it uses X input in lieu of pfutil's input mechanism. This isn't
> the only sample which hasn't been fully ported (there are many lib
> src/pguide/libpf) but most of those that aren't ported fall into this
> category as well.
Alexandre (and others),
Along these lines, I tried to take some code that was using plain old
Win32 input and port it to use Performer. Essentially, I open a
pfPipeWindow, then subclass the WNDCLASS (using SetWindowLong) to
install my own main window procedure. When I do this, I get all the
keyboard events I'm looking for, but I don't get any mouse events. Is
this because pfUtil is skimming all the mouse events before I get them?
If so, is there any way around this? I'd like to avoid switching to
pfUtil if possible because I want the code to stay portable.
Thanks in advance.
--"J"
This archive was generated by hypermail 2b29 : Thu Sep 04 2003 - 12:59:00 PDT