MyGUI / mygui

Fast, flexible and simple GUI.
http://mygui.info/
Other
713 stars 205 forks source link

Managed MyGUI : call InputManager.Instance.InjectMouseReleased cause AccessViolationException #246

Open cookgreen opened 1 year ago

cookgreen commented 1 year ago

When I use btnConnect.EventMouseButtonClick += new Widget.HandleMouseButtonClick(BtnConnect_EventMouseButtonClick); to add the event handler to the Button, it will notice such error.