|
DosBox Mouse problems
Does anyone know how to realign the mouse for dosbox? It seems that it registers a tap in the middle of the screen as the mouse being in the top left corner.
I'm using an x30 and my dosbox.conf is as follows:
[sdl]
fullscreen=false
fulldouble=false
fullfixed=false
fullresolution=320x240
output=surface
hwscale=1.00
autolock=true
sensitivity=200
mapperfile=mapper.conf
[dosbox]
language=
captures=capture
memsize=4
[render]
frameskip=4
aspect=false
scaler=none
#scaler=normal2x
[cpu]
cycles=10000
cycleup=100
cycledown=50
[dos]
xms=true
ems=true
[autoexec]
# Lines in this section will be run at startup.
@echo off
mount c "/Storage Card/pDOSBox1.1/DosPrograms"
echo
echo #######################################
echo Thanks for using pDOSBox 1.1 ......Wall
echo #######################################
@echo on
c:
|