Mountain  1.0.0
Simple C++ 2D Game Framework
input.hpp File Reference

Defines the Mountain::Input static class. More...

#include <array>
#include "Mountain/core.hpp"
#include "Mountain/window.hpp"
#include "Mountain/input/gamepad_input.hpp"
#include "Mountain/input/keyboard_input.hpp"
#include "Mountain/input/mouse_input.hpp"
+ Include dependency graph for input.hpp:

Go to the source code of this file.

Classes

class  Mountain::Input
 Used to fetch inputs from the current Window. More...
 

Namespaces

 Mountain
 Contains all declarations of the Mountain Framework.
 

Detailed Description

Defines the Mountain::Input static class.

Definition in file input.hpp.