yev_get_gobj()

yev_get_gobj()#

yev_get_gobj() retrieves the associated hgobj instance from the given yev_event_h event handle.

Prototype

hgobj yev_get_gobj(
    yev_event_h yev_event
);

Parameters

Key

Type

Description

yev_event

yev_event_h

The event handle from which to retrieve the associated hgobj instance.


Return Value

Returns the hgobj instance associated with the given event handle, or NULL if no instance is associated.

Notes

The returned hgobj instance can be used to access the object context linked to the event.

Prototype

// Not applicable in JS

Prototype

# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples