コード例 #1
0
ファイル: ofAppRunner.cpp プロジェクト: undessens/Interface
//--------------------------------------
int ofGetScreenHeight(){
	return (int)window->getScreenSize().y;
}
コード例 #2
0
ファイル: ofAppRunner.cpp プロジェクト: undessens/Interface
//--------------------------------------
int ofGetScreenWidth(){
	return (int)window->getScreenSize().x;
}