monkey
monkey copied to clipboard
Blitz Research Monkey Source
Thanks for making Monkey open source, the mojo native files are still missing?
so sdk module makers can use them in monkey source files and not make instructions to manually add them to build folders.
I get the wrong keys when using KeyHit() and KeyDown() only on GLFW3. (html5 is okay) I am running macOS 10.11, have a german keyboard layout but use english system...
On Samsug Galaxy S3 before updating to the latest version of the google play store I had a crash in onActivityResult of the BBMonkeyStore Class while trying to read the...
The Android Browser in my Samsung Galaxy S3 (Android 4.4.2) does have a problem that I haven't encountered in other Browsers: Creating a buffer view with an buffer that has...
On Samsung Devices (on my Galaxy S4Mini) playing a sound effect sometimes results in a crash, throwing the following Exception: InvalidStateError: DOM Exception 11 I've found out that it could...
On FireFox keyevents with umlauts are fireing with keycode '0'. Those events shouldn't get eaten by Monkey or we won't receive those events within monkey (KeyDown works - GetChar doesn't...
Hi all, I'm an IT Technician at a school/academy and I have been assisting our computer science teachers with an issue they have been having with their MonkeyX programs today....
I discovered a significant speed-bump in the semanting process: every time a declaration made in file A is used in file B, the compiler rebuilds the entire import hierarchy of...
I have implemented 3D Touch for the new iOS Device in the iOS Target. 2 new Commands are added: Function TouchForce#( touchIndex% ) Function TouchMaximumPossibleForce#( touchIndex% ) If your device...