I've managed to correct the full-screen problem in RPCEMU (Linux version) which caused the mouse pointer to behave abnormally. The mouse pointer also behaves abnormally if "Follows host mouse" is deselected.
To fix the problem: Edit rpcemu.h Change line 70 from: #define mousehack (config.mousehackon && !fullscreen) to: #define mousehack (config.mousehackon) This seems to work OK in full-screen mode now (but do NOT deselect "follows host mouse" whether in full-screen mode or not!) I don't see any easy way of fixing the (different) problem in the Windows version. -- Dr David Gee Gateshead _______________________________________________ Rpcemu mailing list [email protected] http://www.riscos.info/cgi-bin/mailman/listinfo/rpcemu
