SFML/examples/raw_input
Chris Thrasher c8c8673259 Pass sf::Vector2<T>s by value
As a rule of thumb, if the type is less than or equal to the CPU
register width times two then you ought to pass it by value. This
will lead to more efficient code generation.
2024-07-19 10:33:00 -06:00
..
resources Add example raw_input 2024-06-04 13:24:10 -06:00
CMakeLists.txt Add example raw_input 2024-06-04 13:24:10 -06:00
RawInput.cpp Pass sf::Vector2<T>s by value 2024-07-19 10:33:00 -06:00