Drop down menu

Is there a way to create a cross platform drop down menu in a windowed sdl
application? If so is there some sort of tutorial or a direction you can point
me too. I look at the sdl api and didn’t see much in that aspect. Thanks

-Ryan

Hi Ryan,

There’s no internal support that I know of for SDL. You’re better off
investigating a crossplatform
GUI library such as wxWidgets or Crazy Eddie’s GUI toolkit.

hth,
wazoo

Ryan K wrote:> Is there a way to create a cross platform drop down menu in a windowed sdl

application? If so is there some sort of tutorial or a direction you can point
me too. I look at the sdl api and didn’t see much in that aspect. Thanks

-Ryan