nw::model::ControllerKey

struct ControllerKey

Public Functions

inline ControllerKey(InternedString name_, uint32_t type_, int rows_, int key_offset_, int time_offset_, int data_offset_, int columns_, bool is_key_)

Public Members

InternedString name
uint32_t type
int rows = {0}
int key_offset = {0}
int time_offset = {0}
int data_offset = {0}
int columns = {0}
bool is_key = {false}