getX11Selection

Gets the image on the clipboard, if there is one. Added July 2020.

  1. void getX11Selection(SimpleWindow window, void delegate(in char[]) handler, Time timestamp)
  2. void getX11Selection(SimpleWindow window, void delegate(MemoryImage) handler)
    version(X11)
    void
    getX11Selection
    (
    string atomName
    )
Suggestion Box / Bug Report