Ryzee119 / LithiumX

A simple dashboard, mainly developed for the Original Xbox console, but it can be compiled for Windows and Linux for rapid development and testing.
MIT License
72 stars 8 forks source link

feat: Implement key repeat functionality for d-pad input #49

Closed LoveMHz closed 7 months ago

LoveMHz commented 7 months ago

Implements d-pad input repeat when an input is held for at least half a second (600ms).

This greatly helps when navigating long menus and improves the responsiveness feel of the UI.

Ryzee119 commented 7 months ago

great thanks. Good addition