From 06578c64c939b1a5a390a3deb3b71160c679796c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Sat, 14 Nov 2020 21:53:42 +0100 Subject: [PATCH] README: mark basic event handling as working on Windows --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04c1b52..c05be59 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Below is a proposed list of milestones (roughly in-order) and their status. Subj | Cross-platform API for window spawning | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | | Window uses an OpenGL surface | :heavy_check_mark: | | :heavy_check_mark: | | Can find DPI scale factor | | | :heavy_check_mark: | -| Basic event handling (mouse, keyboard) | | :heavy_check_mark: | :heavy_check_mark: | +| Basic event handling (mouse, keyboard) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | | Parent window support | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | | *(Converge on a common API for all platforms?)* | | | |