On Tue, 12 Sep 2000, Serge Ivanov wrote:
> I'm working on WinTab (industrial standard API for graphic tablets) support
> under Wine. Quite an obvious and probably the only way to do it, is to use
> XInput extension.
May I ask which Win32 API is supposed to access it? winmm? directinput?
just plain user32 (emulating a mouse or something)? something I've
forgotten? Because we've often thought of adding XInput support to e.g.
winmm, so the joystick driver can use it, for example... and we want
DirectInput to use winmm's drivers eventually...