Visual Servoing Platform
version 3.6.1 under development (2024-11-14)
|
#include <visp3/core/vpMouseButton.h>
Public Types | |
enum | vpMouseButtonType { button1 = 1 , button2 = 2 , button3 = 3 , none = 0 } |
Class that defines mouse button identifiers.
Definition at line 45 of file vpMouseButton.h.
Enumerator | |
---|---|
button1 | Mouse left button. |
button2 | Mouse middle button, or roll. |
button3 | Mouse right button. |
none | No button. |
Definition at line 48 of file vpMouseButton.h.