gmamaladze / globalmousekeyhook

This library allows you to tap keyboard and mouse, detect and record their activity even when an application is inactive and runs in background.
MIT License
1.05k stars 257 forks source link

Fix not firing MouseUpExt event after doubleclick #59

Closed Gl0 closed 8 years ago

Gl0 commented 8 years ago

btw, not sure that OnClick/OnDoubleClick should be after OnUp/OnUpExt and

                if (e.Handled)
                {
                    return;
                }

before m_SingleDown.Remove(e.Button);