Search found 3 matches
- Thu Mar 01, 2012 9:42 am
- Forum: Open Discussion and Dev Announcements
- Topic: Borderless window and mouse clipping when not fullscreen
- Replies: 11
- Views: 3580
Re: Borderless window and mouse clipping when not fullscreen
Just remember than a window mode is slower than a fullscreen one ;) Under X you'd override the WM to get a borderless window. Mouse grabs are supported too. With modern hardware and operating systems, you wont really notice the speed difference. Just to mention few popular ones, games like Starcraf...
- Wed Feb 29, 2012 9:57 pm
- Forum: Open Discussion and Dev Announcements
- Topic: Borderless window and mouse clipping when not fullscreen
- Replies: 11
- Views: 3580
Re: Borderless window and mouse clipping when not fullscreen
Thanks for the patch. I see the point of creating a Window without borders, not sure how that would work on X11, but it's probably a little tricky doing that on Windows if it isn't supported by the engine so it might make sense adding that even if it's not yet cross-platform. I didn't even know abo...
- Wed Feb 29, 2012 3:46 pm
- Forum: Open Discussion and Dev Announcements
- Topic: Borderless window and mouse clipping when not fullscreen
- Replies: 11
- Views: 3580
Borderless window and mouse clipping when not fullscreen
Thought to share my modifications since these couple seemed to be missing from Irrlicht and they are, in my opinion, very usefull when developing games. Made a patch with following new features ( patch-file is here https://sourceforge.net/tracker/?func=detail&aid=3495703&group_id=74339&a...