New features:
- creation of window without borders
- prevent mouse from escaping outside application window in windowed mode (borders or not)
Usage:
irr::SIrrlichtCreationParameters params;
params.WindowNoBorder = <true|false>; // default false
params.MouseClip = <true|false>; // default false
Tested and used a little, more extensive testing needed (though it seems to work well on My Testing Environment (tm)). Microsoft Windows only. Didn't have the time or resources to apply this on other platforms (is it even needed?).
View and moderate all "patches Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Patches"
patch-file created with linux diff for both described changes
View and moderate all "patches Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Patches"
Btw, this patch was made to 1.7.3.