> Is it possible to use cut and paste to paste text into an SDL application > and have the characters seen in the event handler somehow so they can be > processed? There's no clipboard support in SDL 1.2. You'll have to talk to the platform's APIs for that. (Are we changing that for 1.3?) --ryan.