Fivetonsofflax / opentyrian

Automatically exported from code.google.com/p/opentyrian
GNU General Public License v2.0
0 stars 0 forks source link

Can't drag window #127

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Move Mouse over window
2. Mouse becomes trapped
3. :(

1. Click on top bar and drag
2. Mouse is propelled to bottom of screen
3. Can't drag window back up

What is the expected output? What do you see instead?
I want to move the window around
It won't let me :(

What version of the product are you using? On what operating system?
Latest release for win32 running Win8 x64

Please provide any additional information below.
I am sad.

Original issue reported on code.google.com by wwboyn...@gmail.com on 26 May 2013 at 1:38

GoogleCodeExporter commented 9 years ago
I have to struggle with the same bug when using DOSBox, so I'm heavily inclined 
to say this is a SDL bug when using mouse locking.

Original comment by yuriks...@gmail.com on 26 May 2013 at 2:12

GoogleCodeExporter commented 9 years ago

Original comment by yuriks...@gmail.com on 26 May 2013 at 2:13

GoogleCodeExporter commented 9 years ago
Really? I never had any such issue when using DOSBox...

Original comment by wwboyn...@gmail.com on 26 May 2013 at 2:13

GoogleCodeExporter commented 9 years ago
I was also able to alt-tab in and out properly, as the mouse would only lock 
once I clicked into the window again.

Original comment by wwboyn...@gmail.com on 26 May 2013 at 2:13

GoogleCodeExporter commented 9 years ago
I agree, this is issue with their mouse-locking piece of code. Guys, instead of 
insta-locking mouse when window active  check if mouse got released before and 
lock it ONLY when player clicks on sdl surface. Better yet add check menu 
active/game active to switch between system absolute coordinates and relative 
mid-screen lock coordinates which will serve as controls when game is active.

Original comment by smokeThe...@gmail.com on 14 Aug 2013 at 11:59

GoogleCodeExporter commented 9 years ago
Please retest latest (2013-08-26) build.

Original comment by mindless...@gmail.com on 26 Aug 2013 at 4:31

GoogleCodeExporter commented 9 years ago
Will do, hopefully tomorrow, and report back.

Original comment by wwboyn...@gmail.com on 26 Aug 2013 at 4:38

GoogleCodeExporter commented 9 years ago
I'm assuming this is fixed since I've heard nothing more.

Original comment by mindless...@gmail.com on 21 Dec 2013 at 5:19

GoogleCodeExporter commented 9 years ago
Confirmed working in latest stable release, 2.1.20130907

Original comment by wwboyn...@gmail.com on 21 Dec 2013 at 7:37