Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
keyboard_manager.hpp
00001 #ifndef _KEYBOARD_MANAGER_HPP 00002 #define _KEYBOARD_MANAGER_HPP 00003 00004 #include "key_handler.hpp" 00005 00006 class KeyboardManager { 00007 public: 00008 virtual void attach(KeyHandler *handler) = 0; 00009 virtual void detach() = 0; 00010 00011 virtual ~KeyboardManager() {} 00012 }; 00013 00014 #endif
Generated on Wed Jul 13 2022 16:23:43 by
 1.7.2