From 4dc0fb6f8beefbb1b5782c8a73e9bfc199f77f9c Mon Sep 17 00:00:00 2001 From: faiface Date: Wed, 24 May 2017 14:42:00 +0200 Subject: [PATCH] add text input mention to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1f7df8..74fbfe6 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Here's the list of the main features in Pixel. Although Pixel is still under hea - Full documentation and tutorial - Works on Linux, macOS and Windows - Window creation and manipulation (resizing, fullscreen, multiple windows, ...) -- Keyboard and mouse input without events +- Keyboard (key presses, text input) and mouse input without events - Well integrated with the Go standard library - Use `"image"` package for loading pictures - Use `"time"` package for measuring delta time and FPS