I have created a simple dialog program in kidbasic to display GUI dialogs with clickable buttons, it would be useful if there was a way to also change the mouse cursor, either by referring to an image file stored on disk or by defining the cursor in memory using the basic256 drawing primitives and using getslice to save it in a string buffer and then using putslice with a disabled cursor to show a custom cursor that is updated on each mouse movement.