{"id":22514847,"url":"https://github.com/nperovic/tooltipex","last_synced_at":"2026-01-07T16:02:59.944Z","repository":{"id":220238956,"uuid":"751122912","full_name":"nperovic/ToolTipEx","owner":"nperovic","description":"Enable the ToolTip to track the mouse cursor smoothly and permit the ToolTip to be moved by dragging.","archived":false,"fork":false,"pushed_at":"2024-04-22T16:42:31.000Z","size":24,"stargazers_count":10,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-02T03:27:50.971Z","etag":null,"topics":["ahk","ahk-library","ahk-script","ahkv2","autohotkey","autohotkey-v2","autohotkeyv2","tooltip"],"latest_commit_sha":null,"homepage":"","language":"AutoHotkey","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nperovic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-01T01:08:24.000Z","updated_at":"2025-01-27T12:39:58.000Z","dependencies_parsed_at":"2025-02-02T03:26:40.242Z","dependency_job_id":"a82f1f74-5efb-449f-96e1-52448c6054f5","html_url":"https://github.com/nperovic/ToolTipEx","commit_stats":null,"previous_names":["nperovic/tooltipex"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nperovic%2FToolTipEx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nperovic%2FToolTipEx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nperovic%2FToolTipEx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nperovic%2FToolTipEx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nperovic","download_url":"https://codeload.github.com/nperovic/ToolTipEx/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245954468,"owners_count":20699832,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ahk","ahk-library","ahk-script","ahkv2","autohotkey","autohotkey-v2","autohotkeyv2","tooltip"],"created_at":"2024-12-07T03:22:24.726Z","updated_at":"2026-01-07T16:02:59.886Z","avatar_url":"https://github.com/nperovic.png","language":"AutoHotkey","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Features\n1. Switching between **Dark/ light** theme based on the system settings.\n2. Following the mouse movement smoothly **without flickering**.\n3. (Optional)  Automatically close after a **timeout**.\n4. `ClickMode`:  When `ClickMode` is enabled, you can **drag the ToolTip by holding the left button, and close it by double-clicking.**\n## Examples\nhttps://github.com/nperovic/ToolTipEx/assets/122501303/1d4405f9-00a4-427e-8fd1-c98b1507c1c0\n```cpp\n#requires AutoHotkey v2\n\n/* Following the mouse movement + Time-out */\nNumpad1::{\n    ToolTipEx(\"ABCABCABCABCABCABCABCABCABC`nABC`nABC`nABC`nABC`nABC`nABC`nABC`nABC`n\",  5)\n}\n\n/* Count Down */\nNumpad2:: {\n    Loop 5 \n        SetTimer(ToolTipEx.Bind(6-A_Index, 1), A_Index * -1000)\n}\n\n/* Click mode */\nNumpad3::{\n    ToolTipEx(\"ABCABCABCABCABCABCABCABCABC`nABC`nABC`nABC`nABC`nABC`nABC`nABC`nABC`n\",,,, true)\n}\n```\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnperovic%2Ftooltipex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnperovic%2Ftooltipex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnperovic%2Ftooltipex/lists"}