mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +00:00
Web file system implementation + fixes
This commit is contained in:
@@ -515,6 +515,12 @@ Boolean WaitMouseUp()
|
||||
return isDown;
|
||||
}
|
||||
|
||||
Boolean WaitMouseUp_DisarmAsyncify()
|
||||
{
|
||||
PL_ASYNCIFY_PARANOID_DISARM_FOR_SCOPE();
|
||||
return WaitMouseUp();
|
||||
}
|
||||
|
||||
short Random()
|
||||
{
|
||||
// Should return with range -32767..32767
|
||||
|
||||
Reference in New Issue
Block a user