PDA

View Full Version : CLICK InputDetails for keyboard configuration



__MaX__
08-21-2010, 08:10 AM
Hi guys,

I'm working on the main menu of our project and trying to implement keyboard / mouse configuration.

I read a few things on the way to implement Keyboard capture especially the InputDetail and processKeyDown seen in the examples from scaleform flash.

But, the script only covers special keys (aka backspace, up, down, left, right, page up... etc) and not even mouse inputs.

Did somebody work on a menu to configure inputs for the player and figure how to make this work for every keys or mouse buttons ?

a_karimi
08-21-2010, 10:56 AM
I haven't seen tutorials below but from the comments on it, seems cool:

http://forums.epicgames.com/showthread.php?t=730828

__MaX__
08-21-2010, 11:05 AM
Yup, it's cool, but it's for a hud... not a FrontEnd :P