Example #1
0
float GHOST_GetNativePixelSize(void)
{
	GHOST_ISystem *system = GHOST_ISystem::getSystem();
	return system->getNativePixelSize();
}