View Single Post
  #1  
Old 08-08-2011, 05:39 AM
fearlessfrog fearlessfrog is offline
Approved Member
 
Join Date: Jul 2010
Posts: 64
Default Grabbing the hWnd and keyboard etc

Have any of you guys played around with trying to have some sort of input into a running mission script, i.e. user key-presses or external window handle?

I'm thinking as a WPF app it should be possible to register for OnKey events or GetKeyState and the like but I've not yet tried it. It should be possible to get the window handle and then go from there as I imagine the AMission class wouldn't get any of that naturally.

Anyone tried this or have any luck with this type of thing already?
Reply With Quote