More about scaled characters coordinates...

by (Login MystikShadows)
R

I must say, I'm not sure this is the best approach for mouse coordinates. I believe that natively, SDL returns everything as pixels, and as such, if we want to convert them (or not for that matter even in text mode) that should be left up to the developer. having pixel level coordinates in text mode would be great especially for those of us that like to create our own custom fonts though.

But even without that, I think that all mouse sub systems working on the same scales and letting the programmer define how to use that scale is a much better approach. I'm sure we could all find uses for both scaled and unscaled values even in straight text mode.

Posted on Jun 2, 2008, 5:50 AM
from IP address 69.205.201.142

Respond to this message   

Return to Index


Response TitleAuthor and Date
Perhaps we should support both? on Jun 2
 *that sounds great!mennonite on Jun 2
  *I've implemented it as I suggested with the decimal accuracy on Jun 3