Closed Empiree closed 7 months ago
Hey @Empiree
I'm doing a code contribution as part of a job interview process and came across your project. I'm happy to pick up this enhancement.
Cheers
Hi @jo3stevens !
Contributing to an open-source project is always cool. I'm glad you paid attention to this library :)
I'll do a review of your PR shortly. I would also be very happy if you put a star on this repository to promote it.
Have a nice day!
Currently, the NumpadListener class only takes one
Action<Key>
argument when subscribing. It would be great to extend its functionality, and add optional parameters that exist in theSubscribe()
methods in the KeyboardListener class.TimeSpan
parameter that will accept the delegate trigger interval.KeyboardEvent
parameter that will accept the event type.Also, you can think how to improve this class. Feel free to suggest your ideas!
I will be glad to answer all your questions!