mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-11 22:53:34 +00:00
working on window manager
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: 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
|
||||
|
||||
Reference in New Issue
Block a user