You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SFML has recently gained support for accessing the system clipboard. This should be used instead of my older homegrown tinyclipboard library to avoid the dependency.
This should be a rather easy task. It should be enough to replace all occurences of calls to tinyclipboard functions with calls to the new SFML functions.
The text was updated successfully, but these errors were encountered:
SFML has recently gained support for accessing the system clipboard. This should be used instead of my older homegrown tinyclipboard library to avoid the dependency.
This should be a rather easy task. It should be enough to replace all occurences of calls to tinyclipboard functions with calls to the new SFML functions.
The text was updated successfully, but these errors were encountered: