Wraps SDL_RenderLogicalToWindow (from SDL 2.0.18) which maps logical coordinates to window coordinates
float[2] logical coordinate of X and Y
mapped int[2] window coordinate of X and Y
See Implementation
Wraps SDL_RenderLogicalToWindow (from SDL 2.0.18) which maps logical coordinates to window coordinates