From 0191a758903099bdd39dddb2ef456333eee04fe3 Mon Sep 17 00:00:00 2001 From: Ian C Date: Fri, 27 Apr 2012 16:24:53 +0000 Subject: Added basic logic of UI. Still to add key overlay to image control. --- src/Noddybox.Emulation.Keyboard.Schema/KeyboardKey.cs | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src') diff --git a/src/Noddybox.Emulation.Keyboard.Schema/KeyboardKey.cs b/src/Noddybox.Emulation.Keyboard.Schema/KeyboardKey.cs index 54f2efe..6dac9b1 100644 --- a/src/Noddybox.Emulation.Keyboard.Schema/KeyboardKey.cs +++ b/src/Noddybox.Emulation.Keyboard.Schema/KeyboardKey.cs @@ -108,5 +108,14 @@ namespace Noddybox.Emulation.Keyboard.Schema } #endregion + + #region Object overrides + + public override string ToString() + { + return KeySymbol; + } + + #endregion } } -- cgit v1.2.3