Vuo  1.2.8
Functions
VuoScreenCommon.h File Reference

Description

VuoScreenCommon interface.

Functions

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

Function Documentation

◆ VuoScreen_getActive()

VuoScreen VuoScreen_getActive ( void  )

Returns the screen with the window that has keyboard focus.

◆ VuoScreen_getList()

VuoList_VuoScreen VuoScreen_getList ( void  )

Returns a list of the currently-active screens.

◆ VuoScreen_getNSScreen()

void* VuoScreen_getNSScreen ( VuoScreen  screen)

Returns a platform screen (NSScreen) matching screen.

◆ VuoScreen_getPrimary()

VuoScreen VuoScreen_getPrimary ( void  )

Returns the primary screen.

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

◆ VuoScreen_getSecondary()

VuoScreen VuoScreen_getSecondary ( void  )

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