Changes

Kempston Mouse

21 bytes removed, Sunday at 17:52
This mouse is supported by [[The OCP Art Studio]], [[The Advanced OCP Art Studio]] and [[Carrier Command]].
It is emulated in [[Arnold (Emulator)|Arnold]], [[ACE_(Emulator)|ACE]] and [http://ace.cpcscene.net/en:downloads [ACE-DL]].
== Pictures ==
# now we translate position from the virtual screen to the current CPC screen mode
mouseX = virtualX if graphicsMode == 2 else (virtualX >> 1 if graphicsMode == 1 else virtualX >> 2)
mouseY = virtualY >> 1 # virtualY/2
== Manual ==
5,670
edits