haekb / nolf2-modernizer

NOLF 2 Modernizer aims to unlock resolution support, restore multi-player support, and fix a few bugs here and there.
https://haekb.itch.io/nolf2-modernizer
30 stars 4 forks source link

Handle double click events as if they were regular clicks for our Inp… #43

Closed haekb closed 4 years ago

haekb commented 4 years ago

…utMgr.

Fixes #40

Turns I was expecting double click events to be sent with a regular click as well. That doesn't happen!

So I just shoved the OnMouseDown event of our InputMgr into the double click functions.

Seems to work ok!