Home | Libraries | People | FAQ | More |
boost::ui::mouse_event — Mouse event class that holds information about mouse when event was generated.
// In header: <boost/ui/event.hpp> class mouse_event : public boost::ui::event { public: // construct/copy/destruct mouse_event(); // public member functions coord_type x() const; coord_type y() const; point pos() const; };