QCursor.setPos

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void setPos(int x, int y)
  2. void setPos(QScreen screen, int x, int y)
  3. void setPos(const(QPoint) p)
    struct QCursor
    pragma(inline, true) static
    void
    setPos
    (
    ref const(QPoint) p
    )
  4. void setPos(QScreen screen, const(QPoint) p)

Meta