8 lines
168 B
C++
Executable file
8 lines
168 B
C++
Executable file
#include "InputDisplay.h"
|
|
|
|
FInputDisplay::FInputDisplay() {
|
|
this->Interaction = EInputInteraction::Press;
|
|
this->Icon = NULL;
|
|
this->IconTintable = false;
|
|
}
|
|
|