- [NEW] [debugger] Soport per a expressions d'assignació en vscode
- [NEW] [debugger] Soport per a Logpoints en vscode - [NEW] Al tornar del debugger, torna a pillar el foco la finestra de mini
This commit is contained in:
5
mini.cpp
5
mini.cpp
@@ -146,6 +146,11 @@ int16_t beats, num_beats = 0;
|
||||
|
||||
void createNewProject();
|
||||
|
||||
void raisewindow() {
|
||||
SDL_RaiseWindow(mini_win);
|
||||
//SDL_SetWindowInputFocus(mini_win);
|
||||
}
|
||||
|
||||
char* get_value_from_line(char* line) {
|
||||
char* equal_character = strchr(line, '=');
|
||||
if (equal_character == NULL) return NULL;
|
||||
|
||||
Reference in New Issue
Block a user