finish image centering code
add input test screen
This commit is contained in:
@@ -248,10 +248,7 @@ public:
|
||||
void LoadLookAt( float fov, const RageVector3 &Eye, const RageVector3 &At, const RageVector3 &Up );
|
||||
|
||||
/* Centering matrix */
|
||||
void CenteringTranslate( float x, float y, float z );
|
||||
void CenteringScale( float x, float y, float z );
|
||||
void ResetCentering();
|
||||
|
||||
void ChangeCentering( int trans_x, int trans_y, float scale_x, float scale_y );
|
||||
|
||||
SDL_Surface *CreateSurfaceFromPixfmt( PixelFormat pixfmt, void *pixels, int width, int height, int pitch );
|
||||
PixelFormat FindPixelFormat( int bpp, int Rmask, int Gmask, int Bmask, int Amask );
|
||||
|
||||
Reference in New Issue
Block a user