opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
Namespaces | Enumerations
mouse_button.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  osc
 

Enumerations

enum class  osc::MouseButton : unsigned {
  osc::None = 0 , osc::Left = 1<<0 , osc::Right = 1<<1 , osc::Middle = 1<<2 ,
  osc::Back = 1<<3 , osc::Forward = 1<<4
}