mouseClick

mouseClick(objectOrName)

mouseClick(objectOrName, modifierState)

mouseClick(objectOrName, x, y)

mouseClick(objectOrName, modifierState, x, y)

This function clicks the mouse on the specified objectOrName widget. The click occurs at the top left corner of the widget or at position (x, y)—which is relative to the top left corner of the widget itself—if specified, and with the given modifierState, if specified.

See Web Object API Function Parameters for which values are valid for the modifierState.

© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.

Search Results