Advertisement
apolloandmatt

Modified GestureCatch Label

Feb 14th, 2023
952
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. GestureCatch:
  2. If (execute)
  3.   Return
  4. GetMouseGesture(Functions_AllowMultiAxis, True)
  5. While (GetKeyState(LTrim(A_ThisHotkey, "~"))) {
  6.   MG := GetMouseGesture(Functions_AllowMultiAxis)
  7.   if (Functions_DebugToolTip) {
  8.     ToolTip, % ParseGesture(MG), A_ScreenWidth //2 - 100, A_ScreenHeight //2
  9.   }
  10.   Sleep 50
  11. }
  12. if (&Gestures_%MG% != &NonExistentVar) {
  13.   CastSpell(Gestures_%MG%)
  14.   Return
  15. }
  16. GetMouseGesture(Functions_AllowMultiAxis, True)
  17. ToolTip
  18. Return
Advertisement
Comments
  • tommiller11508
    1 year (edited)
    # text 0.11 KB | 0 0
    1. You Have an amazing content, please follow.
    2.  
    3. https://happytoothdentalclinic.com/dental-implants-in-siliguri/
    4.  
Add Comment
Please, Sign In to add comment
Advertisement