PadEventFunction
Description:
[
CCode ( has_target =
false ) ]
public delegate bool PadEventFunction (
Pad pad,
owned Event event)
Function signature to handle an event for the pad.
Parameters:
| pad |
the Pad to handle the event. |
| event |
the Event to handle. |
Returns:
| TRUE if the pad could handle the event. |