Beispiel #1
0
int GHOST_UseNativePixels(void)
{
	GHOST_ISystem *system = GHOST_ISystem::getSystem();
	return system->useNativePixel();
}