I am using SDL_SetWindowPosition to position my window. Can I use this function to position my window on another monitor?
SDL_SetWindowPosition
UPDATE
Us
Yes, you can use SetWindowPosition, if you know the boundaries of the second monitor. You can use the function SDL_GetDisplayBounds(int displayIndex,SDL_Rect* rect) to get them.