Example #1
0
        public static KeyCode?GetChatpadKeyCode(ChatpadKeyCode key)
        {
            KeyCode?ret = null;

            if (ChatpadKeyCodes.ContainsKey(key))
            {
                ret = ChatpadKeyCodes[key];
            }

            return(ret);
        }
Example #2
0
        public static KeyCode? GetChatpadKeyCode(ChatpadKeyCode key)
        {
            KeyCode? ret = null;

              if (ChatpadKeyCodes.ContainsKey(key))
            ret = ChatpadKeyCodes[key];

              return ret;
        }