Fumofumotris/source/io/platforms/parseinput.h
Julia bc0007b588 input for the hundreth time
PLEASE I JUSR WANT TO BE DONE WITH IT
2024-04-25 02:04:43 -05:00

16 lines
384 B
C

#include <iso646.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include "fumotris.h"
#include "input.h"
void ReadButton(struct InputRecord *rec, u16f bind, bool is_down);
void ReadAxis(struct InputRecord *rec, u16f bind, u64 value);
void ReadJoystick(struct InputRecord *rec, u16f bind, i32 x, i32 y);
size_t UCS2ToUTF8(char *buf, u16f ucs2);