mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-12 23:23:34 +00:00
adding documentation to mlx.h
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
/* By: maldavid <kbz_8.dev@akel-engine.com> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2022/10/05 16:30:19 by maldavid #+# #+# */
|
||||
/* Updated: 2023/04/12 19:54:20 by maldavid ### ########.fr */
|
||||
/* Updated: 2023/04/19 12:14:38 by maldavid ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@@ -26,9 +26,6 @@ namespace mlx
|
||||
_xRel = 0;
|
||||
_yRel = 0;
|
||||
|
||||
if(!_auto_repeat)
|
||||
std::memset(_keys.data(), 0, SDL_NUM_SCANCODES);
|
||||
|
||||
while(SDL_PollEvent(&_event))
|
||||
{
|
||||
if(_event.type == SDL_MOUSEMOTION)
|
||||
|
||||
Reference in New Issue
Block a user