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