SFML community forums
General => General discussions => Topic started by: Mr. X on January 03, 2009, 11:49:40 am
-
Hello,
I'm just wondering about the Input class.
Why doesn't SFML use sf::vector2i instead of two int?
Because it is easier to use for my Project, I tried to change it, and it works.
-
Vectors have been added after the sf::Input class was created, and I never changed it.
-
Would be great if you could change that...
-
I found another class which isn't changed to vectors:
sf::Image