Skip to content

How to get information about Left Mouse Button click event. #461

Closed Answered by highfestiva
deepspkd asked this question in Q&A
Discussion options

You must be logged in to vote

Hadn't thought of that. Added support for it in 464fbbc. You use it like so:

fplt.set_mouse_callback(my_callback, ax=ax, when='lclick')
fplt.set_mouse_callback(my_callback, ax=ax, when='rclick')
fplt.set_mouse_callback(my_callback, ax=ax, when='mclick')

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@deepspkd
Comment options

Answer selected by deepspkd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants