void add(PointingButton newval) { add(BRIDGE_DATATYPE_POINTINGBUTTON, newval.get()); }
Esempio n. 2
0
 Buttons(PointingButton v) : value_(v.get()) {}
Esempio n. 3
0
 inline Buttons operator|(PointingButton lhs, PointingButton rhs) { return lhs.get() | rhs.get(); }
Esempio n. 4
0
 bool operator==(PointingButton other) const { return value_ == other.get(); }