Is there anyway to draw pure text over the desktop? I'd like to draw text on the screen, without having the user be able to interact with it. An idea would maybe be to make a fullscreen window with a transparent background and frame, write the text in the window, and make it so the user cannot focus the window. I have no idea how to go about this, and if anyone could point me in the right direction that'd be great :D
TL;DR Is there anyway to draw text over the desktop without using a window?