SFML community forums

Help => Window => Topic started by: player931402 on October 31, 2011, 10:03:09 pm

Title: How to choose better Fullscreenmode!
Post by: player931402 on October 31, 2011, 10:03:09 pm
Little problem in 1.6:


I have two monitors (one smaller and one bigger). into smaller ones, you can clearly see the images but int  the big one you see a little blurry ..

how can I help in selecting the program the "better "resolution (in any screen you are using)?



Soz for my eng b!
Title: Re: How to choose better Fullscreenmode!
Post by: Naufr4g0 on November 04, 2011, 03:15:24 pm
Quote from: "player931402"
Little problem in 1.6:


I have two monitors (one smaller and one bigger). into smaller ones, you can clearly see the images but int  the big one you see a little blurry ..

how can I help in selecting the program the "better "resolution (in any screen you are using)?



Soz for my eng b!


Maybe you doesn't set Image smooth param to false, with the command:

image.SetSmoot(false)

or maybe you are simply using a small resolution image...
Title: Re: How to choose better Fullscreenmode!
Post by: slotdev on November 04, 2011, 03:21:07 pm
Code: [Select]
image.SetSmooth(false)

;-)