- captureRect
auto  captureRect(Rect!int r, Image!BGRA image)
 Undocumented in source. Be warned that the author may not have intended to support it.
- captureRect
auto  captureRect(Rect!int r)
 Undocumented in source. Be warned that the author may not have intended to support it.
- captureWindow
auto  captureWindow(Window window)
 Undocumented in source. Be warned that the author may not have intended to support it.
- captureWindowRect
void captureWindowRect(Window window, Rect!int r, Image!BGRA image)
 Undocumented in source. Be warned that the author may not have intended to support it.
- captureWindowRect
auto  captureWindowRect(Window window, Rect!int r)
 Undocumented in source. Be warned that the author may not have intended to support it.
- ease
float ease(float t, float speed)
 Undocumented in source. Be warned that the author may not have intended to support it.
- easeMousePos
void easeMousePos(int x0, int y0, int x1, int y1, Duration duration)
 Undocumented in source. Be warned that the author may not have intended to support it.
- findWindowByName
Window findWindowByName(string name)
 Undocumented in source. Be warned that the author may not have intended to support it.
- getDisplay
Display* getDisplay()
 Undocumented in source. Be warned that the author may not have intended to support it.
- getPixel
auto  getPixel(int x, int y)
 Undocumented in source. Be warned that the author may not have intended to support it.
- getWindowGeometry
Rect!int getWindowGeometry(Window window)
 Undocumented in source. Be warned that the author may not have intended to support it.
- mouseButton
void mouseButton(int button, bool down)
 Undocumented in source. Be warned that the author may not have intended to support it.
- setMousePos
void setMousePos(int x, int y)
 Undocumented in source. Be warned that the author may not have intended to support it.
- xEnforce
T xEnforce(T cond, string msg)
 Undocumented in source. Be warned that the author may not have intended to support it.
Control, screen-scrape, and send input to other graphical programs.