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.
Dependents: RA8875_KeyPadDemo PUB_RA8875_Keypad IAC_Final_Monil_copy
Diff: Keypad.h
- Revision:
- 3:402f1126a3ec
- Parent:
- 2:6d05764dfde7
- Child:
- 4:edb5155f1b6f
--- a/Keypad.h Sat Mar 05 16:21:58 2016 +0000 +++ b/Keypad.h Sat Mar 05 16:47:58 2016 +0000 @@ -88,6 +88,9 @@ /// /// This returns a handle to the currently active keyboard. If you first SelectKeyboard(NULL), /// and then call GetKeyboard(), it will return a handle to the built-in keyboard. + /// + /// This API might be used if you want to use the built-in keyboard definition, but + /// resize it meet your needs. /// /// @returns a handle to the currently active keyboard. /// @@ -116,15 +119,6 @@ /// @param[in] fillcolor is the color with which to fill the keyboard area. /// void Erase(color_t fillcolor = Black); - - /// Get a pointer to the built-in QWERTY keyboard definition - /// - /// This API might be used if you want to use the built-in keyboard definition, but - /// resize it meet your needs. - /// - /// @returns a pointer to the internal keypad definition. - /// - const Keypad::keyboard_t * GetInternalKeypad(void); private: /// Draw a key in the specified rectangle. Invert the colors if desired.