Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
Help
»
Window
»
Is there any way to handle clipboard texts?
Print
Pages: [
1
]
Author
Topic: Is there any way to handle clipboard texts? (Read 2160 times)
0 Members and 1 Guest are viewing this topic.
mkalex777
Full Member
Posts: 206
Is there any way to handle clipboard texts?
«
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?
Logged
DarkRoku12
Full Member
Posts: 203
Lua coder.
Re: Is there any way to handle clipboard texts?
«
Reply #1 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/93ks5wxz.aspx
http://www.cplusplus.com/forum/beginner/14349/
Logged
I would like a spanish/latin community...
Problems building for Android? Look here
Nexus
SFML Team
Hero Member
Posts: 6287
Thor Developer
Re: Is there any way to handle clipboard texts?
«
Reply #2 on:
September 30, 2015, 08:18:20 am »
Not yet, clipboards are planned for a future version.
Logged
Zloxx II
: action platformer
Thor Library
: particle systems, animations, dot products, ...
SFML Game Development
:
Print
Pages: [
1
]
SFML community forums
»
Help
»
Window
»
Is there any way to handle clipboard texts?
anything