Page 1 of 1

Middle Mouse button?

Posted: Sat May 02, 2009 1:53 pm
by kattle87
Would it be easy to add a "middle button" symbol (EG: | ) to be used toghether with the left click key "{" and the right click key "}"?

Posted: Sat May 02, 2009 2:07 pm
by VilleK
Sure just add this in platform_win32.inc line 106:

Code: Select all

    WM_MBUTTONDOWN,WM_MBUTTONUP :
      //Use '|' as key for middle mouse button
      Keys[ Ord('|') ] := Msg=WM_MBUTTONDOWN;
I'll add it for next beta.