How can I use mouse in my application?I have emulator of 8-bit computer. It supports mouse. I need to hide operatig system mouse cursor (like as DOSBox) and detect this events in Windows or Linux:- move- left or right clickIt is possible?
Screen.Cursor := crNone does not work ?