| View previous topic :: View next topic |
| Author |
Message |
darkness
Joined: 15 Jun 2008 Posts: 121
|
Posted: Wed Jul 09, 2008 5:14 am Post subject: SDL, two question: Scale image and delete the mouse on start |
|
|
Excuse me,
I'm learning the SDL lib, I've simply try to blit a image on the screen and all works great, but before the image is blitted I can see a mouse(????) on the screen, but I've never blitted a mouse!!!! How to delete it? I wan't see it at start!
And the second question:
I'va a big image to blit on the screen but when it's blitted it's go out of screen, is possible to resize it??? |
|
| Back to top |
|
 |
darkness
Joined: 15 Jun 2008 Posts: 121
|
Posted: Wed Jul 09, 2008 6:34 am Post subject: |
|
|
| I've resolved with the funct for scale a image! |
|
| Back to top |
|
 |
jimparis
Joined: 10 Jun 2005 Posts: 1179 Location: Boston
|
Posted: Wed Jul 09, 2008 5:05 pm Post subject: |
|
|
| To hide the cursor, call SDL_ShowCursor(0). |
|
| Back to top |
|
 |
darkness
Joined: 15 Jun 2008 Posts: 121
|
Posted: Thu Jul 10, 2008 2:36 am Post subject: |
|
|
| Thanks! |
|
| Back to top |
|
 |
|