gearlib-cpp/include/gearlib/events.h
2024-05-16 22:37:46 +12:00

10 lines
179 B
C

#ifndef __EVENTS_H__
#define __EVENTS_H__
#include <gearlib.h>
void framebuffer_size_callback(Window window, int width, int height);
void process_input(Window window);
#endif