Determine if a control surface is hidden
int PtSurfaceIsHidden( PtSurface_t *surface);
ph
This macro evaluates to nonzero if the provided surface is hidden. Otherwise, it evaluates to 0.
Nonzero if the surface is hidden, 0 if it's shown.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PtHideSurface(), PtHideSurfaceByAction(), PtShowSurface(), PtShowSurfaceByAction(), PtSurfaceIsShown(),
Control Surfaces chapter of the Photon Programmer's Guide