#include "input.h" void *input_worker(void *hand_arg) { while(true) { PlatformReadInput(); } }