sig9
17-12-2007 10:08:14
I've been experimenting with the console widget as a chat box and I've come across a few issues.
I want some way to have the input box deselect after hitting enter when nothing has been typed. I know that there is a function focus() for the inputbox to come into focus, but is there a way to make it lose focus? I want the inputbox to lose focus without having to make another widget come into focus.
Also, when I call the focus() function on the console the cursor doesn't start blinking until something is typed. Is this a bug, or is there another function I can call to get this to show up?
The third issue is the repeat rate. Currently there seems to be no repeat rate for pressed keys. (Holding the keys down doesn't make more than 1 key show on the screen). Should the repeat rate manually be done through OIS/whichever input system is used, or will QuickGUI handle this in the future?
I want some way to have the input box deselect after hitting enter when nothing has been typed. I know that there is a function focus() for the inputbox to come into focus, but is there a way to make it lose focus? I want the inputbox to lose focus without having to make another widget come into focus.
Also, when I call the focus() function on the console the cursor doesn't start blinking until something is typed. Is this a bug, or is there another function I can call to get this to show up?
The third issue is the repeat rate. Currently there seems to be no repeat rate for pressed keys. (Holding the keys down doesn't make more than 1 key show on the screen). Should the repeat rate manually be done through OIS/whichever input system is used, or will QuickGUI handle this in the future?