Replace double dashes with em dashes in all wiki pages
Comprehensive wiki update for v2.0.0-RC2 features
Updated 17 pages covering all RC2 changes:
- Web Controller: full technical docs (API routes, image cache, WebSocket protocol, MaxClients, frontend assets)
- Dashboard/Settings: web controller configuration sections
- Input Pipeline: center offset calibration in Step 3, consumed input merging in Step 2, vJoy presentation in Step 5
- Stick Dead Zones: calibration UI details, max range documentation
- Virtual Controllers: vJoy presentation lifecycle, ordering fix, initializing indicator
- vJoy Deep Dive: stale config leak fix, DLL namespace cache, config swap during reorder
- Engine Library: WebControllerDevice, InputHookManager, PadSetting calibration fields, UserDevice hiding fields
- ViewModels: web controller properties, StickConfigItem calibration, DeviceRowViewModel ForceRawMode
- Settings/Serialization: web controller settings, stick calibration XML, input hiding XML
- XAML Views: stick calibration UI, input hiding UI, web controller settings
- SDL3 Integration: ForceRawMode documentation
- 3D Visualization: touch gestures (pinch-to-zoom, two-finger pan)
- Macros: consumed input behavior explanation
- Button Mappings: calibration-aware preview, display consistency
- Troubleshooting: force raw mode, web controller, stick drift entries
- Architecture Overview: WebControllerDevice in engine
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Document input hiding: HidHide management and low-level hooks
- Devices.md: Add Input Hiding section (HidHide, hooks, auto-enable, master switch)
- Settings.md: Add "Hide Devices from Games" master switch subsection
- Driver-Management.md: Add built-in device management subsection under HidHide
- Architecture-Overview.md: Add HidHideController.cs, InputHookManager.cs, 5th thread, thread safety
- Services-Layer.md: Add device hiding lifecycle, DeviceHidingStateChanged, auto-enable defaults
- Settings-and-Serialization.md: Add HidHideEnabled, ConsumeInputEnabled, EnableInputHiding
- Driver-Installation-Internals.md: Add HidHideController IOCTL API section
- Engine-Library.md: Add InputHookManager class documentation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add screenshots, fix image refs, correct controller limits
- Add automated capture script (capture.ps1) using UI Automation
for reliable screenshot generation across DPI settings
- Capture 13 screenshots: Dashboard, Profiles, Devices, 3D/2D
controller views, Macros, Mappings, Sticks, Triggers, Force
Feedback, Settings, About, Add Controller popup
- Update all wiki pages to use local images/ references instead
of external GitHub raw URLs
- Fix controller slot limits: all types share global 16-slot cap
(no per-type limit), add XInput 4-controller visibility note
- Fix MaxPads references from 8 to 16 across documentation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add complete PadForge wiki documentation (31 pages)