Hello, the current clipboard API requires a view so the content may be accessed.
May it possibly have functions do to do, but with world only?
For context, my task is to port the GUI library elements on top of Pugl.
cycfi/elements#111
The clipboard access routines of this library don't provide the view as a parameter.
It's how they do for 3 portability layers: Mac, Win, Gtk
For Pugl, it's a small obstacle, so I wonder if it could be modified to operate the same, if this model would make sense.
Hello, the current clipboard API requires a view so the content may be accessed.
May it possibly have functions do to do, but with world only?
For context, my task is to port the GUI library elements on top of Pugl.
cycfi/elements#111
The clipboard access routines of this library don't provide the view as a parameter.
It's how they do for 3 portability layers: Mac, Win, Gtk
For Pugl, it's a small obstacle, so I wonder if it could be modified to operate the same, if this model would make sense.