Supported Browsers Home   
EVT_pollJoystick Previous   
EVT_repeatCount Next   
External Functions Up   

EVT_post

Posts a user defined event to the event queue

Declaration

ibool EVTAPI EVT_post(
    ulong which,
    ulong what,
    ulong message,
    ulong modifiers)

Prototype In

event.h

Parameters

which

Information about which window got the event

what

Type code for message to post

message

Event specific message to post

modifiers

Event specific modifier flags to post

 

Return Value

True if event was posted, false if event queue is full.

Description

This routine is used to post user defined events to the event queue.

See Also

EVT_flush, EVT_getNext, EVT_peekNext, EVT_halt

Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com