mouse event click and event release

Asked by gdmail

Do The mouse click event also implements the event release?
Thanks.

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
Andy.G
Solved:
Last query:
Last reply:
Revision history for this message
Best Andy.G (agibel07) said :
#1

The API describes only Click() and ClickAll()
http://sikuli.org/documentation.shtml#doc/pythondoc-python.edu.mit.csail.uid.Sikuli.html

Both methods simulate a mouse click AND mouse release.

Revision history for this message
gdmail (gdmail) said :
#2

Thanks Andy.G, that solved my question.