wxWidgets and registerListener
Posted: 21 August 2008 02:49 AM   [ Ignore ]
New Member
Rank
Total Posts:  52
Joined  2007-12-05

Hi,

Anyone tried to pass a wxGLCanvas window to the registerListener?
I can pass a wxFrame and that works, but what I don’t know yet is how to catch correctly the events on the GLcanvas.

If anyone is interested, I can provide an example on how to create the listener on a wxFrame and on how to create touch events (still on the wxFrame)
Of course the interesting part would be the wxGLCanvas....

So any help is welcome!

Thx
Greg

Profile
 
 
Posted: 21 August 2008 09:33 AM   [ Ignore ]   [ # 1 ]
New Member
Rank
Total Posts:  52
Joined  2007-12-05

Ok, I could redirect the events so they can be processed inside the wxGLCanvas class, so this thread can be considered as resolved.

Profile