David Smart / Keypad

Dependents:   RA8875_KeyPadDemo PUB_RA8875_Keypad IAC_Final_Monil_copy

Revision:
3:402f1126a3ec
Parent:
2:6d05764dfde7
Child:
4:edb5155f1b6f
diff -r 6d05764dfde7 -r 402f1126a3ec Keypad.h
--- 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.