Is there any kind of UI guidelines out there as to the right way to refer to XBUTTON1 and XBUTTON2 in your UI? Some mice (like my MS optical) have them on the left and right sides of the mouse. But others have them in different places so calling them "left" and "right" doesn't work.
On May 28, 10:59 am, Jonathan Wilson wrote: > Is there any kind of UI guidelines out there as to the right way to refer > to XBUTTON1 and XBUTTON2 in your UI? Some mice (like my MS optical) have > them on the left and right sides of the mouse. But others have them in > different places so calling them "left" and "right" doesn't work. Hi, The following weblinks should shed light on the subject: WM_XBUTTONDBLCLK WM_XBUTTONDOWN WM_XBUTTONUP http://msdn.microsoft.com/en-us/library/ms645601(VS.85).aspx http://msdn.microsoft.com/en-us/library/ms646244(VS.85).aspx http://msdn.microsoft.com/en-us/library/ms646245(VS.85).aspx http://msdn.microsoft.com/en-us/library/ms646246(VS.85).aspx Kellie.