BruceJohnJennerLawso / Countdown

A cross platform C++ timer application
0 stars 0 forks source link

Timer input as hours, minutes, seconds. #1

Closed BruceJohnJennerLawso closed 10 years ago

BruceJohnJennerLawso commented 10 years ago

The input values for the timer need to be typed in as a number of total seconds by the user. Would probably be much more user-friendly if done in a much more traditional "hh:mm:ss" format, which will require a slightly different input architecture. Should be fairly easy to implement. (famous last words I know...)

BruceJohnJennerLawso commented 10 years ago

Implemented as of 220214