Window stuff

Some things I haven’t figured out how to do with the LWJGL window I’m given:
[]Set the icon for the window
[
]Get proper mouse status if the mouse has left the window. For example, if you press the mouse down, move the mouse out of the window, release it, and move the mouse back in the window, Mouse.isButtonDown() still returns true.

Help? :slight_smile:

Icon: We’ve gotten a patch to do this for win32 - I promised to take a look at it almost a month ago, but have yet to actually look at it :-[. It’s on my todo, but I am currently figting to find time to do it

Mouse: AFAIK, its a problem with the directinput handling, I am unsure if it can be fixed at all. I’ll try to find out what to do about it all.

ok, thanks for letting me know! :slight_smile: