From d36f289663131b39c03b184103aafb2fb08b2db9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Sat, 14 Nov 2020 16:51:13 +0100 Subject: [PATCH] README: mark events and parenting as solved for macOS and Linux --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e879929..5a19c4d 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ 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: | -| Parent window support | | | | +| Basic event handling (mouse, keyboard) | | :heavy_check_mark: | :heavy_check_mark: | +| Parent window support | | :heavy_check_mark: | :heavy_check_mark: | | *(Converge on a common API for all platforms?)* | | | | ## Prerequisites