Vuo  1.2.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
VuoScreenCommon.h File Reference

Description

VuoScreenCommon interface.

Functions

void * VuoScreen_getNSScreen (VuoScreen screen)
 Returns a platform screen (NSScreen) matching screen.
 
VuoList_VuoScreen VuoScreen_getList (void)
 Returns a list of the currently-active screens.
 
VuoScreen VuoScreen_getActive (void)
 Returns the screen with the window that has keyboard focus.
 
VuoScreen VuoScreen_getPrimary (void)
 Returns the primary screen.
 
VuoScreen VuoScreen_getSecondary (void)
 Returns a secondary (non-primary) screen if present, or the primary screen otherwise.
 

Function Documentation

VuoScreen VuoScreen_getActive ( void  )

Returns the screen with the window that has keyboard focus.

VuoList_VuoScreen VuoScreen_getList ( void  )

Returns a list of the currently-active screens.

void* VuoScreen_getNSScreen ( VuoScreen  screen)

Returns a platform screen (NSScreen) matching screen.

VuoScreen VuoScreen_getPrimary ( void  )

Returns the primary screen.

(In System Preferences > Displays > Arrangement, the primary screen is the one with the menu bar.)

VuoScreen VuoScreen_getSecondary ( void  )

Returns a secondary (non-primary) screen if present, or the primary screen otherwise.