emberry-org / emberry

🍊 A new way to chat with Friends
GNU General Public License v3.0
13 stars 1 forks source link

right click buttons #41

Open devensiv opened 1 year ago

devensiv commented 1 year ago

right clicking buttons activates them

mxcop commented 1 year ago

Yep this is because I used the OnMouseDown event. I did this because it feels more responsive / faster then OnClick. Maybe I'll revert this, or add a check so it only works with LMB.