CryZe / livesplit-one-desktop

Prototype implementation of LiveSplit One for the Desktop.
https://livesplit.org/
60 stars 11 forks source link

Simplification of hotkey config #16

Closed mcdoll closed 2 years ago

mcdoll commented 4 years ago

The config struct now has a method that returns the hotkey struct (which is copy, so no cloning is necessary). This makes easier to initialize the hotkey system directly.

CryZe commented 2 years ago

Thanks I included this in #26