7 lines
160 B
C++
Executable file
7 lines
160 B
C++
Executable file
#include "InputTranslationEntry.h"
|
|
|
|
FInputTranslationEntry::FInputTranslationEntry() {
|
|
this->Interaction = EInputInteraction::Press;
|
|
this->Axis = 0;
|
|
}
|
|
|