Search found 1 match

by mrg
Fri Mar 30, 2007 4:27 am
Forum: Developer's Forum for Windows
Topic: posting space mouse events to another process
Replies: 1
Views: 11039

posting space mouse events to another process

I have an application that consists of two processes: a Tcl/Tk GUI that spawns a child process that is an OpenGL graphics app. The GUI provides a parent window for the OpenGL. The OpenGL code creates a child window inside the GUI parent window and draws to it. The parent GUI window gets all the Wind...