I can help but read this a scratch my head. Phoenix 2D uses SDL for rendering, right?

Are you now seeing inside of the sdl.pas unit?

[pascal]SDL_ShowCursor(False);[/pascal]

will hide the cursor. Of course it might help if you had sdl in your uses clause.