GINO Graphics Suite - GINO v9.0  

gRemoveEventType

Syntax

[C/C++:]
void gRemoveEventType(int intype);
[F90:]
subroutine gRemoveEventType(intype)
integer, intent(in) :: intype

Arguments

intype
Event type

= GALL, All event types
= GNULL, Null event type
= GKEYPRESS, Key or mouse button press
= GSEGMENT, Picture segment number
= GSEGMENTANDKEY, Picture segment number and key/mouse button
= GLOCATOR, Screen position and key/mouse button press
= GSTRING, Text string
= GREALS, String of real value
= GINTEGERS, String of integer values
= GMOVEMENT, Pointer, mouse or tablet movement
= GKEYRELEASE, Key or mouse button release
= GRESIZE, Window resize event
= GPOINTERLEAVING, Pointer leaving window
= GPOINTERENTERING, Pointer entering window
= GMOUSEWHEEL, Mouse wheel movement

Description

The routine gRemoveEventType() deletes an event type from the list set up by gAddEventType().

If intype is set to GALL, all event types are removed from the list and gAddEventType() must be called before any further data can be read with the routine gWaitForEvent().

See Also

gRemoveEventType Usage
gAddEventType