mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[python] Adding mp_hal_input
This commit is contained in:
committed by
EmilieNumworks
parent
1b6d798eef
commit
651d5715e4
@@ -79,6 +79,10 @@ void ConsoleController::runAndPrintForCommand(const char * command) {
|
||||
m_consoleStore.deleteLastLineIfEmpty();
|
||||
}
|
||||
|
||||
const char * ConsoleController::input() {
|
||||
return "1+1";
|
||||
}
|
||||
|
||||
void ConsoleController::removeExtensionIfAny(char * name) {
|
||||
int nameLength = strlen(name);
|
||||
if (nameLength<4) {
|
||||
|
||||
Reference in New Issue
Block a user