Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Apr 14, 2013
1 parent 2155f9e commit 4f15bfa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 766 deletions.
6 changes: 4 additions & 2 deletions doomsday/client/src/ui/legacywidget.cpp
Expand Up @@ -187,9 +187,11 @@ void LegacyWidget::draw()

bool LegacyWidget::handleEvent(Event const &event)
{
/// @todo Event processing should occur here, not during Loop_RunTics().

/**
* @todo Event processing should occur here, not during Loop_RunTics().
* However, care must be taken to reproduce the vanilla behavior of
* controls with regard to response times.
*
* @todo Input drivers need to support Unicode text; for now we have to
* submit as Latin1.
*/
Expand Down

0 comments on commit 4f15bfa

Please sign in to comment.