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... | |