Fumofumotris/source/io/platforms/win.h
Julia ed2e5a01f9 fixing input
it almost works sob
2024-04-01 19:55:30 -05:00

15 lines
260 B
C

#pragma once
#include <pthread.h>
#include <iso646.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include "input.h"
bool WindowsInit();
bool WindowsBlockInput(struct RecordBuffer *buf);
bool WindowsWait(double seconds);