eriser / protrekkr

Automatically exported from code.google.com/p/protrekkr
0 stars 0 forks source link

Touchscreen problem in fullscreen mode #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
- What steps will reproduce the problem?
1. Use a device with a touchscreen under Windows XP (like one of the latest
notebooks)
2. Run Protrekkr in fullscreen

- What is the expected output? What do you see instead?
Mouse cursor should be positioned at the touched position (like it does
when the program is running in windowed mode).
Instead it moves the cursor relatively to the distance from the center of
the screen to the touched position (nearer, small step, distant, larger step).

- What version of the product are you using? On what operating system?
1.99, Windows XP

- Please provide any additional information below.
The device i'm using is an Umid mbook M1.

Original issue reported on code.google.com by dmas...@gmail.com on 20 Mar 2010 at 3:02

GoogleCodeExporter commented 9 years ago
Can you try with this version ?

http://protrekkr.googlecode.com/svn/trunk/ptk_windib.zip

It may be an issue with SDL itself.

Original comment by hhhikr@gmail.com on 20 Mar 2010 at 11:16

GoogleCodeExporter commented 9 years ago
No, it doesn't change anything (i should have mentioned that i tried windib mode
myself using env var, as well as SDL_MOUSE_RELATIVE=0, but no luck either).
As you said, it's most probably a SDL problem as i get it or see it reported on 
some
other SDL software (GrafX2, Hatari).
It doesn't occur on MilkyTracker (though i'm not sure this software is actually 
SDL
based for Windows version).

Original comment by dmas...@gmail.com on 21 Mar 2010 at 8:40

GoogleCodeExporter commented 9 years ago
Ah i see a bug report on SDL about it: 
http://bugzilla.libsdl.org/show_bug.cgi?id=918

Original comment by dmas...@gmail.com on 21 Mar 2010 at 8:49