void add(PointingButton newval) { add(BRIDGE_DATATYPE_POINTINGBUTTON, newval.get()); }
Пример #2
0
 Buttons(PointingButton v) : value_(v.get()) {}
Пример #3
0
 inline Buttons operator|(PointingButton lhs, PointingButton rhs) { return lhs.get() | rhs.get(); }
Пример #4
0
 bool operator==(PointingButton other) const { return value_ == other.get(); }