Fixed double click for mouse_5
This commit is contained in:
parent
2e304e0e8d
commit
94c398934a
1 changed files with 1 additions and 1 deletions
|
@ -1489,7 +1489,7 @@ LRESULT CInputSystem::WindowProc( HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lP
|
||||||
{
|
{
|
||||||
if (GetTickCount() < (dblClickTime[4] + dblCurrentClickTime))
|
if (GetTickCount() < (dblClickTime[4] + dblCurrentClickTime))
|
||||||
{
|
{
|
||||||
PostButtonPressedEvent( IE_ButtonDoubleClicked, m_nLastSampleTick, MOUSE_4, MOUSE_4 );
|
PostButtonPressedEvent( IE_ButtonDoubleClicked, m_nLastSampleTick, MOUSE_5, MOUSE_5 );
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue