public static KeyCode?GetChatpadKeyCode(ChatpadKeyCode key) { KeyCode?ret = null; if (ChatpadKeyCodes.ContainsKey(key)) { ret = ChatpadKeyCodes[key]; } return(ret); }
public static KeyCode? GetChatpadKeyCode(ChatpadKeyCode key) { KeyCode? ret = null; if (ChatpadKeyCodes.ContainsKey(key)) ret = ChatpadKeyCodes[key]; return ret; }