Re: [PyMOL] Get event click in a residue in a script/plugin and launch function

2012-02-11 Thread Takanori Nakane
Hi Eduard, > I would like to catch the event click on a residue or atoms. > For instance, I click on a residue in my structure (or in > the wizard sequence ), I would like to 1/ get in a variable what I clicked > and 2/ launch immediately my function. > It is possible? If yes, where can I get some

[PyMOL] Get event click in a residue in a script/plugin and launch function

2012-02-11 Thread Mister Vanhalen
Hi PyMolers, I would like to catch the event click on a residue or atoms. For instance, I click on a residue in my structure (or in the wizard sequence ), I would like to 1/ get in a variable what I clicked and 2/ launch immediately my function. It is possible? If yes, where can I get some example