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.
KeyMapper Class Reference
A key press event handler that adds a mapped key char to key events. More...
#include <KeyMapper.h>
Inherits kbd_mgr::KeyPressEventServer, and kbd_mgr::KeyPressEventHandler.
| Public Member Functions | |
| void | attach (FunctionKeyPressEventHandler::HandlerFunction fn) | 
| Attaches the monitor to a function. | |
| template<class T > | |
| void | attach (T *obj, typename MemberKeyPressEventHandler< T >::MemberFunction fn) | 
| Attaches the monitor to a method of an object. | |
Detailed Description
A key press event handler that adds a mapped key char to key events.
Mappings can be specified for any key press event or for some specific key press event.
Definition at line 105 of file KeyMapper.h.
Member Function Documentation
| void attach | ( | FunctionKeyPressEventHandler::HandlerFunction | fn ) |  [inherited] | 
Attaches the monitor to a function.
- Parameters:
- 
  fn Event handler called to report keyboard state change. 
Definition at line 18 of file KeyPressEventServer.h.
| void attach | ( | T * | obj, | 
| typename MemberKeyPressEventHandler< T >::MemberFunction | fn | ||
| ) |  [inherited] | 
Attaches the monitor to a method of an object.
- Parameters:
- 
  obj Event handler object fn Event handler method called to report keyboard state after each complete scan. 
Definition at line 28 of file KeyPressEventServer.h.
Generated on Wed Jul 13 2022 16:23:43 by
 1.7.2
 1.7.2