Ejemplo n.º 1
0
        public override void OnResized(int x, int y, int w, int h)
        {
            mX      = x;
            mY      = y;
            mWidth  = w;
            mHeight = h;

            mCamera.SetWindowDimensions(w, h);
        }