Merge branch 'master' into submodules
This commit is contained in:
commit
59ee375370
|
|
@ -192,8 +192,6 @@
|
|||
#define CHDIR chdir
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
//----------------------------------------------------------------------------------
|
||||
// Global Variables Definition
|
||||
//----------------------------------------------------------------------------------
|
||||
|
|
@ -2327,6 +2325,7 @@ void OpenURL(const char *url)
|
|||
// Check if a key has been pressed once
|
||||
bool IsKeyPressed(int key)
|
||||
{
|
||||
|
||||
bool pressed = false;
|
||||
|
||||
if ((key > 0) && (key < MAX_KEYBOARD_KEYS))
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user