Enumeration of possible mouse buttons. More...
#include <vcl_iosfwd.h>
Go to the source code of this file.
Enumerations | |
enum | vgui_button { vgui_BUTTON_NULL = 0, vgui_LEFT = 0x1, vgui_MIDDLE = 0x2, vgui_RIGHT = 0x4 } |
Enumeration of possible mouse buttons. More... | |
Functions | |
vcl_ostream & | operator<< (vcl_ostream &s, vgui_button b) |
Enumeration of possible mouse buttons.
WIN32 NOTE: The middle mouse button does not produce a middle mouse button event by default on Windows. If you are not getting middle mouse button events then look at Start->Settings->Control Panel->Mouse. Check on the "Button Actions" tab that your middle mouse button is set to "Middle"
Definition in file vgui_button.h.
enum vgui_button |
Enumeration of possible mouse buttons.
Definition at line 20 of file vgui_button.h.
vcl_ostream& operator<< | ( | vcl_ostream & | s, |
vgui_button | b | ||
) |
Definition at line 12 of file vgui_button.cxx.