{"id":27182921,"url":"https://github.com/calebtt/xinmapper-ghsol","last_synced_at":"2025-07-11T22:09:00.361Z","repository":{"id":94839263,"uuid":"414712202","full_name":"calebtt/Xinmapper-ghsol","owner":"calebtt","description":"Xinmapper is an xbox controller keyboard and mouse input sim app","archived":false,"fork":false,"pushed_at":"2021-12-31T04:56:16.000Z","size":1443,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T15:20:06.883Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/calebtt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-10-07T18:18:43.000Z","updated_at":"2022-01-01T00:25:02.000Z","dependencies_parsed_at":"2023-07-24T13:02:42.203Z","dependency_job_id":null,"html_url":"https://github.com/calebtt/Xinmapper-ghsol","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/calebtt/Xinmapper-ghsol","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calebtt%2FXinmapper-ghsol","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calebtt%2FXinmapper-ghsol/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calebtt%2FXinmapper-ghsol/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calebtt%2FXinmapper-ghsol/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/calebtt","download_url":"https://codeload.github.com/calebtt/Xinmapper-ghsol/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calebtt%2FXinmapper-ghsol/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264904817,"owners_count":23681281,"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":[],"created_at":"2025-04-09T15:20:04.113Z","updated_at":"2025-07-11T22:09:00.350Z","avatar_url":"https://github.com/calebtt.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Xinmapper-ghsol\n▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄\n█▄▀█▀▄██▄██░▄▄▀█░▄▀▄░█░▄▄▀█▀▄▄▀█▀▄▄▀█░▄▄█░▄▄▀\n███░████░▄█░██░█░█▄█░█░▀▀░█░▀▀░█░▀▀░█░▄▄█░▀▀▄\n█▀▄█▄▀█▄▄▄█▄██▄█▄███▄█▄██▄█░████░████▄▄▄█▄█▄▄\n▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀\n   \n\u003ch1\u003e\u003cb\u003eNOW DEPRECATED BY XMAPLIB!!!\u003c/b\u003e\u003c/h1\u003e\n\u003ca href=\"https://github.com/calebtt/XMapLib\"\u003eXMapLib\u003c/a\u003e\n\u003ch1\u003eXinmapper is an xbox controller keyboard input sim app \u003c/h1\u003e\n\u003cb\u003e*NOTE:\u003c/b\u003e Latest development build code is in the timerbuild branch\nif you want to follow the progress or see what is upcoming.\n\u003c/br\u003e\n\u003cb\u003e*NOTE:\u003c/b\u003e Project uses Visual Studio 2019 with C++20 language features, \nthe upgrade to VS2022 will be coming in the near future.\n\n\u003cb\u003e*NOTE:\u003c/b\u003e This project no longer uses the Boost library as the features \nof the library that were used by this app are now \nstandard C++ library features. See the \"build help\" folder if you\nhave trouble building the project.\n\nYou will need to build the project to edit the Map string at this time, \nthe tokens mapping a controller button to keyboard and mouse input\nare of the form: \n\n\u003cb\u003eLTHUMB:LEFT:NORM:a   \u003c-- maps left thumbstick left direction to keyboard key \"a\" \u003c/b\u003e \u003c/br\u003e\n\u003cb\u003eLTHUMB:RIGHT:NORM:d   \u003c-- maps left thumbstick right direction to keyboard key \"d\"\u003c/b\u003e \u003c/br\u003e\n\u003cb\u003eLTHUMB:UP:NORM:w    \u003c-- maps left thumbstick up direction to keyboard key \"w\"\u003c/b\u003e \u003c/br\u003e\n\u003cb\u003eLTHUMB:DOWN:NORM:s  \u003c-- maps left thumbstick down direction to keyboard key \"s\"\u003c/b\u003e \u003c/br\u003e\n\n\nThere is also the ability to specify virtual keycodes in the mapping, these are of the form:\n\n\u003cb\u003eSTART:NONE:NORM:VK27  \u003c-- decimal 27 is Hex 1B which is the \"Escape\" key\u003c/b\u003e \u003c/br\u003e\n\u003cb\u003eBACK:NONE:NORM:VK8    \u003c-- decimal 8 is Hex 8 which is the \"Backspace\" key\u003c/b\u003e \u003c/br\u003e\n\u003cb\u003eLTRIGGER:NONE:NORM:VK2  \u003c-- decimal 2 is Hex 2 which is the Right Mouse Button\u003c/b\u003e \u003c/br\u003e\n\n\nA full list of virtual keycodes can be found on the MSDN here*: \nhttps://docs.microsoft.com/en-us/windows/win32/inputdev/virtual-key-codes\n\n\u003cb\u003e*NOTE:\u003c/b\u003e the list is in Hex and will need to be translated to decimal for use in the Map string.\u003c/br\u003e\n\nRemember to initialize the \"Mapper\" with the \"MapInformation\" string you built with \nthe above tokens before enabling processing.\nSet the mouse sensitivity with mouse-\u003eSetSensitivity(int).\n\n\nMore info or build help, see the \"Xinmapper Build Help\" folder. Or the included main() function code.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalebtt%2Fxinmapper-ghsol","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcalebtt%2Fxinmapper-ghsol","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalebtt%2Fxinmapper-ghsol/lists"}