Vuo  2.3.2
Functions
VuoEditorCocoa.hh File Reference

Description

VuoEditorCocoa interface.

Definition in file VuoEditorCocoa.hh.

Go to the source code of this file.

Functions

void VuoEditorCocoa_detectSubmenuKeyEvents ()
 Intercept and forward certain overhead submenu keyboard shortcuts that otherwise aren't received by the Qt application when there are no open windows. More...
 
double VuoEditorCocoa_systemUptime ()
 Returns the number of seconds (including fractional seconds) since the computer booted. More...
 

Function Documentation

◆ VuoEditorCocoa_detectSubmenuKeyEvents()

void VuoEditorCocoa_detectSubmenuKeyEvents ( )

Intercept and forward certain overhead submenu keyboard shortcuts that otherwise aren't received by the Qt application when there are no open windows.

Definition at line 22 of file VuoEditorCocoa.mm.

◆ VuoEditorCocoa_systemUptime()

double VuoEditorCocoa_systemUptime ( )

Returns the number of seconds (including fractional seconds) since the computer booted.

Used by NSEvent, which QTouchEvent is based on.

Definition at line 52 of file VuoEditorCocoa.mm.