Files
aee/source/core/jinput.hpp
2026-04-04 13:03:20 +02:00

13 lines
203 B
C++

#pragma once
#include <SDL3/SDL.h>
void JI_DisableKeyboard(Uint32 time);
void JI_Update();
bool JI_KeyPressed(int key);
bool JI_CheatActivated(const char* cheat_code);
bool JI_AnyKey();