event_taps ========== Returns information about installed event taps. Platform support ---------------- Please be aware that some queries can only be run against certain platforms. Below is a list of the supported platforms that this query supports. Zercurity will automatically pause queries from running if errors are detected. **Running a query against an unsupported platform will result in the following error:** ``no such table: event_taps`` - Mac OSX Table schema ------------ ==================== ======= ============================================================= Name Type Description ==================== ======= ============================================================= enabled INTEGER Is the Event Tap enabled event_tap_id INTEGER Unique ID for the Tap event_tapped TEXT The mask that identifies the set of events to be observed. process_being_tapped INTEGER The process ID of the target application tapping_process INTEGER The process ID of the application that created the event tap. ==================== ======= ============================================================= Query examples -------------- Select all the results for the given table. .. code-block:: sql SELECT * FROM event_taps;