コード例 #1
0
ファイル: PointerDeviceBase.cs プロジェクト: vol16bit/xenko
 protected PointerDeviceBase()
 {
     PointerState = new PointerDeviceState(this);
 }