no message

This commit is contained in:
BADIM-PC\Vadim
2018-02-13 13:29:33 +03:00
parent 96f956790a
commit e4eac02295
11 changed files with 190 additions and 190 deletions

View File

@@ -240,8 +240,8 @@ TIC80_API void studioTick(void* pixels);
TIC80_API void studioClose();
char getKeyboardText();
bool isKeyBeenPressed(tic_key key);
bool isAnyKeyBeenPressed();
bool keyWasPressed(tic_key key);
bool anyKeyWasPressed();
void setClipboardText(const char* text);
bool hasClipboardText();