smarthaert / phoenixlib

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

IsButton1,2 and 3 always returns false to me! #59

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
"if isButton1 in FInput.Mouse.States then" is always returning false to me!

uses phxOpenGL_SDL, phxVampyre

What is wrong?

Original issue reported on code.google.com by wagenhei...@gmail.com on 13 Jul 2010 at 11:43

GoogleCodeExporter commented 9 years ago
Strange...

isButton1 is working now! But isButton3 is always returning True even with the 
button not clicked

Original comment by wagenhei...@gmail.com on 13 Jul 2010 at 11:48

GoogleCodeExporter commented 9 years ago
I found a bug regarding the mouse input in phxOpenGL_SDL.pas, it might have 
been this one you come across (it has to do with the order of the commands in 
HandleSDLEvent)

Original comment by andreas....@gmail.com on 15 Jul 2010 at 9:51

GoogleCodeExporter commented 9 years ago
Fixxed in the latest release

Original comment by andreas....@gmail.com on 19 Jul 2010 at 9:36