Middle Mouse button?
Posted: Sat May 02, 2009 1:53 pm
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 "}"?
The rapid development solution with a tiny footprint
http://emix8.org/forum/
Code: Select all
WM_MBUTTONDOWN,WM_MBUTTONUP :
//Use '|' as key for middle mouse button
Keys[ Ord('|') ] := Msg=WM_MBUTTONDOWN;