コード例 #1
0
 private InputSystemCursor(InputSystemCursorShape type)
 {
     CursorShape = type;
 }
コード例 #2
0
 public static InputSystemCursor Create(InputSystemCursorShape type)
 => new InputSystemCursor(type);