golang-ui / nuklear

This project provides Go bindings for nuklear.h — a small ANSI C GUI library.
https://github.com/vurtun/nuklear
MIT License
1.57k stars 98 forks source link

Add accessors for input.Keyboard().Text(). #47

Closed warpfork closed 6 years ago

warpfork commented 6 years ago

input.Keyboard().Text() now returns a string with any keys entered in the last frame.

(Just adds the few missing Go functions to traverse the structure and convert string. :))