ShishGL  1.0
A simple modular cross-platform graphics library
Events.cpp File Reference
#include <cassert>
#include "Platform.hpp"
#include "EventManager.hpp"
#include "MouseEvent.hpp"
#include "KeyboardEvent.hpp"
Include dependency graph for Events.cpp:

Functions

bool pollMouseButton (const sf::Event &sf_event)
 
bool pollMouseScroll (const sf::Event &sf_event)
 
bool pollMouseMove (const sf::Event &sf_event)
 
bool pollKeyboard (const sf::Event &sf_event)
 

Function Documentation

◆ pollKeyboard()

bool pollKeyboard ( const sf::Event &  sf_event)

◆ pollMouseButton()

bool pollMouseButton ( const sf::Event &  sf_event)

◆ pollMouseMove()

bool pollMouseMove ( const sf::Event &  sf_event)

◆ pollMouseScroll()

bool pollMouseScroll ( const sf::Event &  sf_event)