working on window manager

This commit is contained in:
Kbz-8
2022-10-05 20:37:04 +02:00
parent 5df9b4d39f
commit f52c4e51c9
10 changed files with 83 additions and 24 deletions

View File

@@ -6,7 +6,7 @@
/* By: maldavid <kbz_8.dev@akel-engine.com> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2022/10/04 16:56:35 by maldavid #+# #+# */
/* Updated: 2022/10/04 22:27:45 by maldavid ### ########.fr */
/* Updated: 2022/10/05 18:42:22 by maldavid ### ########.fr */
/* */
/* ************************************************************************** */
@@ -21,6 +21,11 @@ void mlx_init();
void mlx_new_window(int w, int h, const char* title);
int mlx_loop();
int mlx_mouse_show();
int mlx_mouse_hide();
int mlx_mouse_move(void* win_ptr, int x, int y);
int mlx_mouse_get_pos(void* win_ptr, int* x, int* y);
#ifdef __cplusplus
}
#endif