[Interest] Generate key press events in c++ for a Quick2-application?

2013-08-30 Thread Ola Røer Thorsen
I need to generate key press events in c++ (based on packets received via udp), so that these behave like regular key presses in a Quick2-based application. The target platform has a rather specialized non-standard keyboard. I have found some examples on how to do this with widgets, but these

Re: [Interest] Generate key press events in c++ for a Quick2-application?

2013-08-30 Thread Tomasz Olszak
2013/8/30 Ola Røer Thorsen > I need to generate key press events in c++ (based on packets received > via udp), so that these behave like regular key presses in a > Quick2-based application. The target platform has a rather specialized > non-standard keyboard. > > I have found some examples on how

Re: [Interest] Generate key press events in c++ for a Quick2-application?

2013-08-30 Thread Ola Røer Thorsen
Brilliant, it works, thanks :-) Den 2013-08-30 14:24, skrev Tomasz Olszak: 2013/8/30 Ola Røer Thorsen > I need to generate key press events in c++ (based on packets received via udp), so that these behave like regular key presses in a Quick2-based applic