21 #ifndef BUBBA_3D_MOUSEBUTTON_H 22 #define BUBBA_3D_MOUSEBUTTON_H 24 #include <SFML/Window.hpp> 25 #include <ControlStatus.h> 43 MouseButton(sf::Mouse::Button buttonPos, sf::Mouse::Button buttonNeg);
45 ControlStatus::Activator getActivator();
48 sf::Mouse::Button mButtonPos, mButtonNeg;
52 #endif //BUBBA_3D_MOUSEBUTTON_H
The class that contains information about a function at the state of creation.