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