All Projects → armadillu → ofxScreenSetup

armadillu / ofxScreenSetup

Licence: other
OF addon to control window / fullscreen different modes

Programming Languages

C++
36643 projects - #6 most used programming language
Makefile
30231 projects

ofxScreenSetup

Build Status

OpenFrameworks addon to handle different window setups; easily switch between this modes for your window:

enum ScreenMode{
		FULL_ALL_MONITORS = 0,
		FULL_ONE_MONITOR,
		BORDERLESS_ONE_MONITOR_W,
		BORDERLESS_ONE_MONITOR_H,
		BORDERLESS_ONE_MONITOR_HALF_H,
		BORDERLESS_ALL_MONITORS_FIT_TO_W,
		BORDERLESS_ALL_MONITORS_FILL_COMMON_HEIGHT,
		BORDERLESS_NATIVE_SIZE,
		WINDOWED,
		MONITOR_2,
		MONITOR_3,
		MONITOR_4,
		NUM_SCREEN_MODES //NOT to be used
	};

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].