Archived
1
0

🏗️」 wip: Added a struct and a key_hook function for the graphical part

This commit is contained in:
2024-09-11 17:29:54 +02:00
parent e7b1209541
commit 7a8d4469d8
2 changed files with 51 additions and 0 deletions

16
src/event_handler.c Normal file
View File

@ -0,0 +1,16 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* event_handler.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/09/11 16:37:56 by adjoly #+# #+# */
/* Updated: 2024/09/11 16:38:17 by adjoly ### ########.fr */
/* */
/* ************************************************************************** */
int key_hook()
{
}