Middleware, development tools, realtime operating system
software and services for superior embedded design


Home
QNX Community Resources
QNX Documentation Library
PtWidgetActiveSurface

PtWidgetActiveSurface

QNX Software Systems
Developer Resources
Blogs
Board support packages
Foundry27 projects
Forums
Hardware support listing
Online video tutorials
Product documentation
Technical Articles

PtWidgetActiveSurface()

Get a widget's currently active control surface

Synopsis:

uchar_t PtWidgetActiveSurface( PtWidget_t *widget );

Library:

ph

Description:

This macro retrieves the provided widget's currently "active" surface. The active surface is the last surface that consumed an event of type Ph_EV_BUT_PRESS.

Returns:

The ID of the currently active control surface, or 0 if there isn't one.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtFindSurface(), PtFindSurfaceByAction()

Control Surfaces chapter of the Photon Programmer's Guide