aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/qt_sdl/InputConfig/MapButton.h
Commit message (Collapse)AuthorAge
* Move all core types into namespaces (#1886)Jesse Talavera-Greenberg2023-11-25
| | | | | | | | * Reorganize namespaces - Most types are now moved into the `melonDS` namespace - Only good chance to do this for a while, since a big refactor is next * Fix the build
* update copyright yearsArisotura2023-11-04
|
* Introduce `Platform::Log` (#1640)Jesse Talavera-Greenberg2023-03-23
| | | | | | | | | | | | | * Add Platform::Log and Platform::LogLevel * Replace most printf calls with Platform::Log calls * Move a brace down * Move some log entries to one Log call - Some implementations of Log may assume a full line * Log the MAC address as LogLevel::Info
* Apply strong focus policy to joystick mapping button as well. Fixes #1491Nadia Holmquist Pedersen2022-07-31
|
* Fix triggers being recognized as negative analog stick values when assigning ↵Nadia Holmquist Pedersen2022-07-07
| | | | an input if the axis is moved too slowly.
* update copyright headersArisotura2022-01-09
|
* Redesign the Input dialog (#1226)Rayyan Ansari2021-09-30