First post, by enemyboss
- Rank
- Newbie
Hi,
I've been playing with Deluxe Paint II for a project and I've been happy to discover a somewhat successful way of getting my Wacom Graphire 4 tablet to work under XP with DOSBox 0.73.
The idea is simply to use Windowed mode, and disabling mouse auto-lock. By setting the window size to the desktop (or any usable size), the net effect is the stylus operates as regular pointing device.
In my DOSBox.conf for DeleuxePaint, I had these settings:
[sdl]
windowresolution=<desktop_width>x<desktop_height>
autolock = false
I think using Fullscreen puts the mouse cursor translation entirely under the input subsystem of SDL, which as far as I know doesn't support tablet input yet.
If for some reason DOSBox acquires a lock on the mouse, I simply press CTRL-F10 to restore the stylus.
When SDL incorporates Tablet support, I think DOSBox could emulate a tablet driver for DOS art programs that support the full range of stylus input.
BTW, I know its late but congrats to the DOSBox team for being selected project of the month of May at sourceforge.net.