Pycckue-Bnepeg / samp-cef

Client and server plugins for SA:MP to embed CEF.
GNU General Public License v3.0
100 stars 46 forks source link

Clicks are not calculated #23

Open ymde opened 2 years ago

ymde commented 2 years ago

Hello

On click event you can use property detail to get number of clicks to the target. According to the code: https://github.com/ZOTTCE/samp-cef/blob/a027afa4958588c2c67655c2f5d8a1d2315141ca/cef/src/browser.rs#L154-L164 There is no logic for clicks count calculation. Any chance it will be improved in future releases?

It's works fine in cefclient and there is sample.