Search:

Type: Posts; User: SirPrattlepod

Search: Search took 0.01 seconds.

  1. Ok, working with SDL_Rect, how would you answer...

    Ok, working with SDL_Rect, how would you answer the question is (mx, my) inside the rectangle? Where mx and my are the x and y position of the mouse.
  2. I don't think it needs to be an SDL_Rect, your...

    I don't think it needs to be an SDL_Rect, your own rectangle class would do
  3. What you probably want to do is create a class...

    What you probably want to do is create a class Region that's a rectangle, either using the top-left and lower-right coordinates to define the rectangular region, or the top-left and width, height....
Results 1 to 3 of 3