Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Error checking fix for
ClipboardUtil::set_clipboard_text
SDL_SetClipboardText returns 0 on success, not failure. Before this fix, calling set_clipboard_text successfully would generally return Err("").
- Loading branch information