mouse.h 143 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 #ifndef MOUSE_H #define MOUSE_H #include "mandelbrot.h" #include <SDL2/SDL_events.h> void handle_mouse(SDL_Event, Mouse*, ViewInfo*); #endif