Does nothing. Input module does not need render anything.
(self, display)
| 1392 | self._hud.notification("Press 'H' or '?' for help.", seconds=4.0) |
| 1393 | |
| 1394 | def render(self, display): |
| 1395 | """Does nothing. Input module does not need render anything.""" |
| 1396 | |
| 1397 | def tick(self, clock): |
| 1398 | """Executed each frame. Calls method for parsing input.""" |