Page 1 of 1

Text input

PostPosted: Feb 13, 2007 @ 5:53pm
by gilad_no
I'm trying to write an input text control, but I'm not sure how to get the actual text. I'm using OnButtonDown to get the key, but since it only gives me the scan code, I need to take care for the rest of the stuff myself (upper casing for example).

I saw the GetChar function, but I have no idea how to use it (it always returns a null character).

In addition, how can I check for the CapsLock key?


- Gilad Novik

PostPosted: Feb 13, 2007 @ 8:00pm
by edge

What about repeating?

PostPosted: Feb 13, 2007 @ 8:24pm
by gilad_no

Re: What about repeating?

PostPosted: Feb 13, 2007 @ 8:53pm
by gilad_no