Forum: PogamutUT2004

Key Stroke Capture

Hello,

I'm trying to make use of the KeyEvent class, because I hope to directly correlate human decisions about movement to the bot. However, I'm unclear how to implement it properly. I have tried to instantiate KeyEvent in my bot's main class and make sure it's on with SetSendKeys, but I'm not sure how to actual simulate a key press, if its possible without pressing the key yourself. Is this the best way to make use of the class?

Thanks,

Kat
Hi!

I'm not sure, but I think that KeyEvent can be only used in UnrealEngine2, Michal (knight) should know more I hope he will reply you soon (he is currently at Dagstuhl conference).

Best,
Jakub
Nevertheless, if you need KeyEvent in UT2004 it would be probably very easy to add the support there as well (if not already there).

Cheers!
Jakub
Jakub,

How would I begin to add such support?

Thanks a lot,

Kat