LibreOffice
LibreOffice 24.2 SDK API Reference
|
Allows injection of keyboard and mouse events. More...
import"XToolkitRobot.idl";
Public Member Functions | |
void | keyPress ([in] com::sun::star::awt::KeyEvent aKeyEvent) |
void | keyRelease ([in] com::sun::star::awt::KeyEvent aKeyEvent) |
void | mousePress ([in] com::sun::star::awt::MouseEvent aMouseEvent) |
void | mouseRelease ([in] com::sun::star::awt::MouseEvent aMouseEvent) |
void | mouseMove ([in] com::sun::star::awt::MouseEvent aMouseEvent) |
Allows injection of keyboard and mouse events.
void keyPress | ( | [in] com::sun::star::awt::KeyEvent | aKeyEvent | ) |
void keyRelease | ( | [in] com::sun::star::awt::KeyEvent | aKeyEvent | ) |
void mouseMove | ( | [in] com::sun::star::awt::MouseEvent | aMouseEvent | ) |
void mousePress | ( | [in] com::sun::star::awt::MouseEvent | aMouseEvent | ) |
void mouseRelease | ( | [in] com::sun::star::awt::MouseEvent | aMouseEvent | ) |