Vuo  1.2.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Functions | Variables
VuoGraphicsWindow.m File Reference

Description

VuoGraphicsWindow implementation.

Functions

static void __attribute__ ((constructor)) VuoGraphicsWindow_init()
 Initialize VuoGraphicsWindow_fullScreenTransitionSemaphore.
 

Variables

const int VuoGraphicsWindowMinSize = 5
 Mac OS 10.8's Cocoa crashes below 5.
 
dispatch_semaphore_t VuoGraphicsWindow_fullScreenTransitionSemaphore
 Serialize making windows fullscreen, since Mac OS X beeps at you (!) if you try to fullscreen two windows too quickly.
 

Function Documentation

static void __attribute__ ( (constructor)  )
static

Initialize VuoGraphicsWindow_fullScreenTransitionSemaphore.

Variable Documentation

dispatch_semaphore_t VuoGraphicsWindow_fullScreenTransitionSemaphore

Serialize making windows fullscreen, since Mac OS X beeps at you (!) if you try to fullscreen two windows too quickly.

const int VuoGraphicsWindowMinSize = 5

Mac OS 10.8's Cocoa crashes below 5.

Smallest window width and height that Cocoa can properly render.

macOS 10.12's Cocoa crashes below 4.