| Summary: | clipboard access... | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Ryan C. Gordon <icculus> |
| Component: | *don't know* | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | API change | ||
| Priority: | P2 | CC: | max |
| Version: | 2.0.0 | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
Ryan C. Gordon
2006-01-03 12:21:48 UTC
(Changed severity to "API change" for a bunch of bugs.) --ryan. There's an example of this with the existing API here: http://www.libsdl.org/projects/scrap/ Setting Sam as "QA Contact" on all bugs (even resolved ones) so he'll definitely be in the loop to any further discussion here about SDL. --ryan. Interesting. I have dreamt about such a thing several times in the past. It would in fact be interesting outside of SDL, too. At least being able to copy/paste plain text would be nice. Under Windows, Mac OS X, X11, and possibly with a "default" implementation that uses an internal clipboard, so that on unsupported systems, client code can still do at least local copy&paste. We actually have this in progress with some sample code from Eric Wing and Pygame. This is implemented in the latest SDL 1.3 snapshot. :) |