![]()  | 
  
    Gamedev Framework (gf)
    0.9.0
    
   A C++14 framework for 2D games 
   | 
 
Mouse button event parameters (EventType::MouseButtonPressed, EventType::MouseButtonReleased) More...
#include <gf/Event.h>
Public Attributes | |
| MouseButton | button | 
| Code of the button that has been pressed.  More... | |
| Vector2i | coords | 
| Position of the mouse cursor.  More... | |
Mouse button event parameters (EventType::MouseButtonPressed, EventType::MouseButtonReleased)
| MouseButton gf::Event::MouseButtonEvent::button | 
Code of the button that has been pressed.
| Vector2i gf::Event::MouseButtonEvent::coords | 
Position of the mouse cursor.
 1.8.13