Menu

#232 Win32: Borderless window and mouse clipping

open
nobody
video (62)
5
2012-02-29
2012-02-29
Anonymous
No

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?).

Discussion

  • Anonymous

    Anonymous - 2012-02-29

    patch-file created with linux diff for both described changes

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.