Home | Libraries | People | FAQ | More |
boost::ui::wheel_event — Mouse wheel event class.
// In header: <boost/ui/event.hpp> class wheel_event : public boost::ui::mouse_event { public: // construct/copy/destruct wheel_event(); // public member functions bool horizontal() const; bool vertical() const; coord_type delta_x() const; coord_type delta_y() const; };