Module | SFML::Mouse |
In: |
window/main.cpp
|
Definition of button codes for mouse events.
Left | = | INT2FIX( sf::Mouse::Left ) |
Right | = | INT2FIX( sf::Mouse::Right ) |
Middle | = | INT2FIX( sf::Mouse::Middle ) |
XButton1 | = | INT2FIX( sf::Mouse::XButton1 ) |
XButton2 | = | INT2FIX( sf::Mouse::XButton2 ) |
ButtonCount | = | INT2FIX( sf::Mouse::ButtonCount ) |