{"id":27450185,"url":"https://github.com/realbitdancer/rawinputviewer","last_synced_at":"2026-02-20T19:03:54.891Z","repository":{"id":286742028,"uuid":"962388182","full_name":"RealBitdancer/RawInputViewer","owner":"RealBitdancer","description":"A utility to test, visualize, and map WM_INPUT messages.","archived":false,"fork":false,"pushed_at":"2025-04-08T07:18:57.000Z","size":72,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-15T09:13:57.724Z","etag":null,"topics":["cmake","cpp","cpp23","desktop","raw-input","windows"],"latest_commit_sha":null,"homepage":"","language":"C++","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/RealBitdancer.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":"2025-04-08T04:53:50.000Z","updated_at":"2025-04-15T06:04:26.000Z","dependencies_parsed_at":"2025-04-08T06:37:39.095Z","dependency_job_id":null,"html_url":"https://github.com/RealBitdancer/RawInputViewer","commit_stats":null,"previous_names":["realbitdancer/rawinputviewer"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RealBitdancer%2FRawInputViewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RealBitdancer%2FRawInputViewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RealBitdancer%2FRawInputViewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RealBitdancer%2FRawInputViewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RealBitdancer","download_url":"https://codeload.github.com/RealBitdancer/RawInputViewer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249040141,"owners_count":21202826,"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":["cmake","cpp","cpp23","desktop","raw-input","windows"],"created_at":"2025-04-15T09:14:12.566Z","updated_at":"2026-02-20T19:03:54.861Z","avatar_url":"https://github.com/RealBitdancer.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RawInputViewer \n\n![](img/RawInputViewer.png)\n\nA utility to test, visualize, and map WM_INPUT messages.\n\n[![Build](https://github.com/RealBitdancer/RawInputViewer/actions/workflows/build_win_msvc.yaml/badge.svg)](https://github.com/RealBitdancer/RawInputViewer/actions/workflows/build_win_msvc.yaml)\n\n# How to Build\n\nThis project is written using **Visual Studio 2022** with **C++23** enabled and utilizes new C++ features like concepts and ranges.\n\n## What You Need\n- **Visual Studio 2022**: Ensure the `Desktop development with C++` workload is installed.\n\n## Steps\n1. **Clone the code from GitHub**\n   ```cmd\n   git clone https://github.com/RealBitdancer/RawInputViewer.git \u0026\u0026 cd RawInputViewer\n   ```\n2. **Create a build folder**\n   ```cmd\n   mkdir build \u0026\u0026 cd build\n   ```\n3. **Run CMake**\n\n   Pick your flavor:\n\n* **64 Bit:**\n   ```cmd\n   cmake .. -G \"Visual Studio 17 2022\" -A x64\n   ```\n* **32 Bit:**\n   ```cmd\n   cmake .. -G \"Visual Studio 17 2022\" -A Win32\n   ```\n4. **Open in Visual Studio**\n   ```cmd\n   start RawInputViewer.sln\n   ```\n5. **Build and Run**\n\n   In Visual Studio, pick `Debug` or `Release`, then hit `F5` or `Ctrl+F5`.\n\n# Background\nDuring my work on a personal graphics library (SML), I ran repeatedly into issues with WM_INPUT. To quickly test input on different systems, I put together a quick and dirty C++ Windows desktop app that was really only meant for myself. While reading up on the topic of WM_INPUT, I realized that this tool might be useful for other folks who struggle with the quirks of WM_INPUT, so I sat down and polished it a little to avoid completely embarrassing myself. So, here we are, enjoy `RawInputViewer`.\n\n# Attribution\n\nThis project's icons and bitmaps have been sourced from and assembled with [Axialis IconWorshop](https://www.axialis.com/iconworkshop)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frealbitdancer%2Frawinputviewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frealbitdancer%2Frawinputviewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frealbitdancer%2Frawinputviewer/lists"}