Menu

#43 Seperate Input-Processing from Rendering Nifty

Nifty_1.3
closed
void256
General (44)
6
2012-08-28
2010-12-03
void256
No

This has been suggested a couple of times from different sources and would allow better input processing for things like to notify other parts of input events that Nifty did not handle itself.

Discussion

  • void256

    void256 - 2011-01-01

    @public

    3126996: Seperate Input-Processing from Rendering Nifty

    Attention: You'll need to call update() AND render() now. Just calling render() is not enough. InputSystem processing is now called in update() and separated from rendering.