renomena tipus _t/_e a CamelCase (Circle, Color, Section, ...)
This commit is contained in:
@@ -380,7 +380,7 @@ void Input::setVerbose(bool value) {
|
||||
}
|
||||
|
||||
// Deshabilita las entradas durante un periodo de tiempo
|
||||
void Input::disableUntil(i_disable_e value) {
|
||||
void Input::disableUntil(InputDisable value) {
|
||||
disabledUntil = value;
|
||||
enabled = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user