SDL scrollwheel functionality?

Started by
0 comments, last by Lazy Foo 17 years, 11 months ago
Does SDL have an event or something that will process scrollwheel events?? Also I'm using OpenGL with SDL as the windowing backbone. I'm also using SDL for input and some other simple things. How much will SDL slow things down if it's not rendering at all (SDL_Blit())?
Dev Journal - Ride the Spiralhttp://spiralride.blogspot.com/
Advertisement
Quote:Original post by Taymo
Does SDL have an event or something that will process scrollwheel events??

Also I'm using OpenGL with SDL as the windowing backbone. I'm also using SDL for input and some other simple things. How much will SDL slow things down if it's not rendering at all (SDL_Blit())?


1) clicky.

2) No slow down what so ever.

Learn to make games with my SDL 2 Tutorials

This topic is closed to new replies.

Advertisement