I am using SDL to render my 2D game. I need to overlay a map when the user presses a key. I would like to show the map so that it is partly translucent. That was the user can still see what is going on under the map. Can this be done with SDL? If so, can someone give me some advice on what I need to set to do this.