pub fn get_clipboard_string() -> u32Expand description
Gets the system clipboard, keeps it around and returns the length.
note: This should really been called clipboard_string (without the get_) prefix, should fix for a future breaking version
TODO: Replace this with one that actually just returns a String