Service provided:
evzoom
Client of service:
notice (vc-do.setl, Section A.11 [vc-do.setl])
Called by parent program:
vc-toplev.setl (Section A.42 [vc-toplev.setl])
Textually #includes:
vc-javent.setl (Section A.23 [vc-javent.setl])
Source code: *
const yhwh = `vc-evzoom.setl';
-- Serve zoom events in a very simple form designed for Java clients
-- The name of the service we provide:
#define event_type `evzoom'
-- Initial tokens of the event type we look for:
const of_interest = [`Zoom'];
-- The number represents the zoom factor:
const n_parms = 1;
#include ``vc-javent.setl''