This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Informações do computador: | |
Fabricante: Unknown | |
Modelo: Unknown | |
Tipo: Laptop | |
Sem entrada de toque | |
Informações do processador: | |
Fabricante da CPU: GenuineIntel | |
Marca da CPU: Intel(R) Core(TM) i5-3317U CPU @ 1.70GHz | |
Família do processador: 0x6 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdlib.h> | |
#include <SDL2/SDL.h> | |
#define WINDOW_WIDTH 600 | |
int main(void) { | |
SDL_Event event; | |
SDL_Renderer *renderer; | |
SDL_Window *window; |