From f38f0ccfb7c1f649766f9a9272f610212bafe902 Mon Sep 17 00:00:00 2001 From: drug007 Date: Fri, 6 Jul 2018 10:05:59 +0300 Subject: [PATCH] doc typo --- doc/nuklear.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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