Hi! I have the AppleWin emulator and want it to emulate a mouse as a mouse rather than a joystick. How do I do that?
Anonymous
User login
Please support the defense of Ukraine.
Direct or via Unclutter App
Active forum topics
Recent content
Navigation
No Ads.
No Trackers.
No Social Media.
All Content Locally Hosted.
Built on Free Software.
We have complied with zero government requests for information.
Screenshot_2026-02-28_13-41-14.png
Click on the "Input" tab.
Screenshot_2026-02-28_13-43-24.png
Click the checkbox "Mouse interface in slot 4"
Click "OK"
Run some software that can use the Mouse Interface in slot 4 like Apple II Desktop.
Apple II Mouse Technical Notes.pdf
Programming the AppleMouse II.pdf
I didn't see that option before. Thank you. :)
0 SLOT = 410 PRINT CHR$ (4)"PR#"SLOT20 PRINT CHR$ (1)30 PRINT CHR$ (4)"PR#0"40 PRINT CHR$ (4)"IN#"SLOT45 HGR : HOME : HCOLOR= 350 INPUT "";X,Y,S55 VTAB 21: HTAB 160 PRINT X; TAB( 6)Y; TAB( 11)S;65 CALL - 86866 HPLOT X * 280 / 1024,Y * 160 / 102470 IF PEEK (49152) < 128 GOTO 5075 PRINT80 PRINT CHR$ (4)"IN#0"90 CK = PEEK (49168)