Utility/EventHandler: Fix OnMouseButtonReleased event
Former-commit-id: 45fb49cbc3b4a2390ee80811047eb644cc511356 [formerly 998ad04604d18cce89046d3d0407d28710bb8b76] [formerly 5374b51a3e533ece806584d6c299a39954024506 [formerly f658b4d5fc1fce17ce67c5c2082111a6cae6f176]] Former-commit-id: 42808b9eb7c267c608707505edaf4507d10798ab [formerly 8a37a4b8430f9fd59e6cd10db5d82b11651236b8] Former-commit-id: 128b4f8aa6ab1a3b7842d3b6c84168d1cb06ec31
This commit is contained in:
parent
fea67d6740
commit
05528e029d
|
|
@ -43,7 +43,7 @@ namespace Nz
|
|||
break;
|
||||
|
||||
case WindowEventType_MouseButtonReleased:
|
||||
OnMouseButtonPressed(this, event.mouseButton);
|
||||
OnMouseButtonReleased(this, event.mouseButton);
|
||||
break;
|
||||
|
||||
case WindowEventType_MouseEntered:
|
||||
|
|
|
|||
Loading…
Reference in New Issue