From 2f77baabd4d47615f86447659fc8b4ebc426c1c7 Mon Sep 17 00:00:00 2001 From: Samuel Mannehed Date: Thu, 12 Oct 2017 15:17:54 +0200 Subject: [PATCH] Mouse and Keyboard are seperate files now --- docs/API.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/API.md b/docs/API.md index 16239d16..b1f2edd7 100644 --- a/docs/API.md +++ b/docs/API.md @@ -8,10 +8,10 @@ projects (see LICENSE.txt). ## 1.1 Module List -* __Mouse__ (core/input/devices.js): Mouse input event handler with +* __Mouse__ (core/input/mouse.js): Mouse input event handler with limited touch support. -* __Keyboard__ (core/input/devices.js): Keyboard input event handler with +* __Keyboard__ (core/input/keyboard.js): Keyboard input event handler with non-US keyboard support. Translates keyDown and keyUp events to X11 keysym values.