Is there a way to get buttons to "auto repeat" i.e. when hitting enter?

Started by Hypersonic, June 05, 2010, 07:02:09 AM

Previous topic - Next topic

Hypersonic

After running a command from a button, is it possible to somehow get the button command to repeat when then hitting enter?

Thanks!

owenwengerd

Sure, either program your event handler to run the command via (dcl_SendString), or edit the event handler function name so that it is just the command name by itself instead of a function name.