diff --git a/doc/nuklear.html b/doc/nuklear.html index f60df68..1c6d1b2 100644 --- a/doc/nuklear.html +++ b/doc/nuklear.html @@ -317,7 +317,7 @@ while (GetEvent(&evt)) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #### Usage Input state needs to be provided to nuklear by first calling `nk_input_begin` -which resets internal state like delta mouse position and button transistions. +which resets internal state like delta mouse position and button transitions. After `nk_input_begin` all current input state needs to be provided. This includes mouse motion, button and key pressed and released, text input and scrolling. Both event- or state-based input handling are supported by this API