mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-11 14:43:34 +00:00
fixing color issues with texts
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
/* By: maldavid <kbz_8.dev@akel-engine.com> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2022/10/04 16:56:35 by maldavid #+# #+# */
|
||||
/* Updated: 2023/04/11 18:37:29 by maldavid ### ########.fr */
|
||||
/* Updated: 2023/04/11 20:31:38 by maldavid ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@@ -29,6 +29,10 @@ int mlx_mouse_hide();
|
||||
int mlx_mouse_move(void* mlx, void* win, int x, int y);
|
||||
int mlx_mouse_get_pos(void* mlx, int* x, int* y);
|
||||
|
||||
int mlx_mouse_hook(void* mlx, int (*funct_ptr)(), void* param);
|
||||
int mlx_key_hook(void* mlx, int (*funct_ptr)(), void* param);
|
||||
int mlx_expose_hook(void* mlx, int (*funct_ptr)(), void* param);
|
||||
|
||||
int mlx_do_key_autorepeaton(void* mlx);
|
||||
int mlx_do_key_autorepeatoff(void* mlx);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user