Re: [Atari800-users] Paddle support
Brought to you by:
joy
|
From: wojciech S. <w.s...@up...> - 2024-06-03 10:05:46
|
<!doctype html> <html> <head> <meta charset="UTF-8"> </head> <body> <div class="default-style" style="font-size: 12pt; font-family: book antiqua,palatino; color: #000000;"> maybe instead of determining the cursor position for the mouse, determine the position as it is in Windows Horror, e.g. the center of the screen or the upper left corner. Now you can count the steps, e.g. 6 to the right and 7 down, and you know where the cursor is (i.e. return to the first mouse with the trackball). unless you want a paddle from a.i, build to Atari aware of its location ;) </div> <div class="io-ox-signature"> <p class="default-style" style="font-size: 12pt; font-family: book antiqua,palatino; color: #000000;">WOJCIECH SABALA </p> <p class="default-style" style="font-size: 12pt; font-family: book antiqua,palatino; color: #000000;"> </p> </div> </body> </html> |