浏览代码

KeyCharacter is now a struct

Jean-David Moisan 6 年之前
父节点
当前提交
02098c1c6b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Source/KeyCharacter.cs

+ 1 - 1
Source/KeyCharacter.cs

@@ -4,7 +4,7 @@ namespace Apos.Input {
     /// <summary>
     /// Stores a key with the character it produces.
     /// </summary>
-    public class KeyCharacter {
+    public struct KeyCharacter {
 
         // Group: Constructors