Exemplo n.º 1
0
void UIAPI uiflush( void )
/************************/
{
    uiflushevent();
    flushkey();
}
Exemplo n.º 2
0
void UIAPI uiflush( void )
{
    Event = EV_NO_EVENT;
    flushkey();
}
Exemplo n.º 3
0
void UIAPI uiflush( void )
{
    uiflushevent();
    flushkey();
}