aboutsummaryrefslogtreecommitdiff
path: root/headers/TZR_events.h
blob: 4b2b0c630a09284375dc108fa7597f189a8cf1b5 (plain)
1
2
3
4
5
6
7
8
#pragma once
#include "TZR_types.h"

/* Write event data to `e`. Return 0 when event queue is empty. */
int TZR_PollEvent(TZR_Event *e);

/* Drain queued events with TZR_PollEvent and call TZR_ResourcesWatch. */
void TZR_CycleEvents(void);