mGNCS API Reference  v1.2.0
A new control set and a new framework for MiniGUI apps
Data Fields
_NCS_EVENT_HANDLER_NODE Struct Reference

#include <mcomponent.h>

Data Fields

UINT message
 
void * handler
 
struct _NCS_EVENT_HANDLER_NODEnext
 

Detailed Description

A struct include a event mapping node

Note
only used by mComponent

Definition at line 301 of file mcomponent.h.

Field Documentation

void* handler

A callback of event

Note
diffrent event has diffrent callback, so we use void * to make all the pointer of callback can be saved.

Definition at line 313 of file mcomponent.h.

UINT message

The event code

Definition at line 305 of file mcomponent.h.

next node

Definition at line 317 of file mcomponent.h.


The documentation for this struct was generated from the following file: