|
ObjectivelyMVC
Object oriented MVC framework for SDL3 and GNU C
|
Go to the source code of this file.
Functions | |
| SDL_Rect | MVC_TransformToWindow (SDL_Window *window, const SDL_Rect *rect) |
Transforms the specified rectangle to normalized device coordinates in window. | |
| SDL_Rect MVC_TransformToWindow | ( | SDL_Window * | window, |
| const SDL_Rect * | rect | ||
| ) |
Transforms the specified rectangle to normalized device coordinates in window.
| window | The window. |
| rect | A rectangle defined in object space. |
Definition at line 29 of file Window.c.