Enumerations | Functions
core/vgui/vgui_button.h File Reference

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)

Detailed Description

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.


Enumeration Type Documentation

Enumeration of possible mouse buttons.

Enumerator:
vgui_BUTTON_NULL 
vgui_LEFT 
vgui_MIDDLE 
vgui_RIGHT 

Definition at line 20 of file vgui_button.h.


Function Documentation

vcl_ostream& operator<< ( vcl_ostream &  s,
vgui_button  b 
)

Definition at line 12 of file vgui_button.cxx.