|
|
|
|
|
by MikeSchurman
1476 days ago
|
|
I've found the clipboard to be a highly flexible tool, that seems under-used. As an example, I've extended my game engine editor to draw any position in 3d that I have in the clipboard. So when problems happen and are displayed in the logs, I select the log, copy to clipboard, boom, position drawn. This idea has a lot of legs IMO. |
|
It was one of the easiest-to-use calculators I've ever seen. Just enter your webpage to play the game, Ctrl-A (select-all), Ctrl-C (copy), and bam, the Utopia-program would instantly analyze your kingdom and provide advice.
Just all off of the HTML-copy that Clipboard supports.
------------
Windows developers "know" the clipboard is one of the most important inter-process communication structures of the entire system, and have known for years. Its probably one of the Win32 API's biggest advantages, no joke.
The shear amount of creative solutions I've seen from clipboard manipulations is outstanding.