Google-Code-Fork / tibiaapi

Automatically exported from code.google.com/p/tibiaapi
MIT License
0 stars 0 forks source link

Enhancements for Client.WindowHelper #143

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Client.WindowHelper.IsActive should be read-only, and not used to bring the
client to foreground, that should be the task of
Client.WindowHelper.Activate or Client.WindowHelper.BringToFront, which
have to be methods.

Client.WindowHelper.SetFPSLimit shouldn't be there if
Client.WindowHelper.FPSLimit does just that, plus, it doesn't even convert
the value appropiately. Two different implementations of the same thing can
cause confusion.

Client.WindowHelper.FPSCurrent doesn't convert the value like it should.

Original issue reported on code.google.com by ing.cabr...@gmail.com on 1 May 2009 at 12:08

GoogleCodeExporter commented 9 years ago
Fixed in r659.

Original comment by ian320 on 6 May 2009 at 4:32