[SDL] Cut and Paste in SDL

Ryan C. Gordon icculus at icculus.org
Tue Jan 9 12:39:02 PST 2007


> 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.





More information about the SDL mailing list