forked from Hay1tsme/segatools
sekito: add hook
This commit is contained in:
10
games/sekitoio/backend.h
Normal file
10
games/sekitoio/backend.h
Normal file
@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "sekitoio/sekitoio.h"
|
||||
|
||||
struct sekito_io_backend {
|
||||
void (*get_gamebtns)(uint32_t *gamebtn);
|
||||
void (*get_trackball)(uint16_t *x, uint16_t *y);
|
||||
};
|
Reference in New Issue
Block a user