First post ever woop!
Let's say I use SDL_MOUSEMOTION. If I run the application and never move my mouse over my SDL window. Are the mouse coordinates 0, 0 by default? So if I have a player that would "follow" the mouse, would that player move towards 0,0 automatically? Even though I never really made a mouse motion.