doc typo
This commit is contained in:
parent
aeb1826913
commit
f38f0ccfb7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue