I need to find the mouse coordinates. This is what I'm doing: SDL_Cursor* cursor; cursor = SDL_GetCursor(); However, cursor->hot_x and cursor->hot_y always contain 0... What am I doing wrong?