raysan5 / raygui

A simple and easy-to-use immediate-mode gui library
zlib License
3.26k stars 280 forks source link

Cursor was missing when compiled in PLATFORM_DRM when using raygui. #363

Closed VisionShilin closed 6 months ago

VisionShilin commented 6 months ago

Cursor was missing when compiled in PLATFORM_DRM when using raygui while mouse events were normal. e.g. examples/shapes/shapes_draw_rectangle_rounded.c .

raysan5 commented 6 months ago

@VisionShilin This is as design, it's up to the user to draw some kind of graphic reference for the mouse because PLATFORM_DRM works over the kernel (no windowing system) and the mouse cursor is provided by the windowing system.