no message

This commit is contained in:
BADIM-PC\Vadim
2018-02-12 19:16:37 +03:00
parent 29d6f8f8bb
commit e4ef780f28
4 changed files with 91 additions and 91 deletions

View File

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