Copy/Paste in EditBox

getdev

28-10-2012 18:17:13

How to implement "copy/paste" from buffer for widgets?

Altren

29-10-2012 15:08:13

Could your describe your task more detailed? EditBox already support copy/past into/from windows system buffer.

getdev

29-10-2012 18:15:05

Could your describe your task more detailed? EditBox already support copy/past into/from windows system buffer.
The problem is that I need to write a cross-platform, hook events clipboard for Linux and Windows.
I tried to searched cross-platform library for work "clipboard", but not found.
Objective: the reading clipboard, by pressing the Shift+Insert pasted a value in EditBox.