LibNRG  0.0.1
Networking for Real-time Games library
 All Classes Files Functions Variables Friends
nrg_input.h File Reference

Contains classes related to Input which is sent from Clients to a Server each Client frame. More...

#include "nrg_core.h"
#include "nrg_field.h"
#include "nrg_player.h"
#include <utility>
#include <functional>
#include <vector>

Go to the source code of this file.

Classes

struct  nrg::InputBase
 Abstract base class for Input. More...
 
struct  nrg::Input< CRTP >
 Abstract class using the Curiously Recurring Template Pattern that users should inherit from and insert Fields into that represent user-input. More...