-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuser_input_keyboard.h
20 lines (17 loc) · 1.04 KB
/
user_input_keyboard.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* ************************************************************************** */
/* */
/* :::::::: */
/* user_input_keyboard.h :+: :+: */
/* +:+ */
/* By: jandre-d <[email protected]> +#+ */
/* +#+ */
/* Created: 2019/03/19 15:41:39 by jandre-d #+# #+# */
/* Updated: 2019/03/19 16:38:33 by jandre-d ######## odam.nl */
/* */
/* ************************************************************************** */
#ifndef USER_INPUT_KEYBOARD_H
# define USER_INPUT_KEYBOARD_H
# include "fdf.h"
int key_press(int key, void *fdf_var);
int key_release(int key, void *fdf_var);
#endif