コード例 #1
0
ファイル: GLSurfaceView.cs プロジェクト: zx8326123/LGame
 public int GetWidth()
 {
     return(_context.GetHeight());
 }