treballant en el overlay, el text i les notificacions
This commit is contained in:
12
source/core/jail/jinput.hpp
Normal file
12
source/core/jail/jinput.hpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#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();
|
||||
Reference in New Issue
Block a user