Added some faux mouse polling since the movements were creating way too many events (this wasn't an issue in the past with low DPI mice)
Added a check to make sure the user cannot use the same Key twice for actions Added a count down timer update for when a user is setting the start position so they know how long they need to wait Added an offset to the final click in the action so the mouse re-clicks the app window into focus Removed some unused code and Cleaned up some methods
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
## Description
|
||||
The Google Game thing is a small Visual Basic .net app that allows the user to draw shapes that can be used to emulate the same action at a given position with the left mouse button held.
|
||||
|
||||
This was created to be used with Googles 2016 Halloween doodle game, but could have other uses, you can even download and tweak it for your own purposes if needed!
|
||||
This was created to be used with [Googles 2016 Halloween doodle game](https://www.google.com/doodles/halloween-2016), but could have other uses, you can even download and tweak it for your own purposes if needed!
|
||||
|
||||
## Installation
|
||||
Just download the executable from the releases tab or compile it in visual studio and run.
|
||||
|
Reference in New Issue
Block a user