Home | Libraries | People | FAQ | More |
boost::ui::key_event — Keyboard event class that holds information about keyboard when event was generated.
// In header: <boost/ui/event.hpp> class key_event : public boost::ui::event, public boost::ui::keyboard_state { public: // construct/copy/destruct key_event(); // public member functions int key_code() const; char32_t get_char() const; };