On 01/07/2010 07:14 PM, Duke Normandin wrote:
However, neither of the above references give me the whole picture. I've yet to find anywhere*any* mention of keyboard I/O. Lot's of "mouse events" etc etc, but no elementary console input stuff.
If you can use "stdin", just use that. There is "stdin next" for example. Or you can use "stdin nextLine asInteger" for example. stdin is just like any other FileStream.
Or maybe you want to use some other keyboard I/O, for example using ncurses? Paolo _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
