Skip to content

Window icon flip flag

Compare
Choose a tag to compare
@raub raub released this 15 Dec 12:38
· 117 commits to master since this release

Now glfw.setWindowIcon will look for an optional noflip flag inside the given Image object. By default, the image gets vertically flipped (which fits image-raub images). Setting the flag to false will lead to the pixel data being set as is, see the example.