SFML community forums

Help => Window => Topic started by: mkalex777 on September 30, 2015, 03:27:25 am

Title: Is there any way to handle clipboard texts?
Post by: mkalex777 on September 30, 2015, 03:27:25 am
I'm using TextEntered event to handle user input.
But what about clipboard? I mean shortuts such as Ctrl+C/Ctrl+V, Ctrl+Insert/Shift+Insert.
Is there any way to obtain/set clipboard content with SFML?
Title: Re: Is there any way to handle clipboard texts?
Post by: DarkRoku12 on September 30, 2015, 05:39:25 am
Is os-specific.

But on Windows check this links:

https://msdn.microsoft.com/en-us/library/80db3kax.aspx (https://msdn.microsoft.com/en-us/library/80db3kax.aspx)
https://msdn.microsoft.com/en-us/library/93ks5wxz.aspx (https://msdn.microsoft.com/en-us/library/93ks5wxz.aspx)
http://www.cplusplus.com/forum/beginner/14349/ (http://www.cplusplus.com/forum/beginner/14349/)
Title: Re: Is there any way to handle clipboard texts?
Post by: Nexus on September 30, 2015, 08:18:20 am
Not yet, clipboards are planned for a future version.