From b651f4dbcbec7eccfcb90ea2b23e28d988e36026 Mon Sep 17 00:00:00 2001 From: s-ol Date: Wed, 13 Nov 2019 13:02:35 +0100 Subject: add line, arrow; hover events --- input.moon | 1 + 1 file changed, 1 insertion(+) (limited to 'input.moon') diff --git a/input.moon b/input.moon index 3b18880..fe23fa3 100644 --- a/input.moon +++ b/input.moon @@ -20,6 +20,7 @@ class Input return 'down' if @key_down key return 'up' if @key_up key return 'held' if @key_held key + return 'hover' mouse_pos: => @mouse mouse_delta: => @mouse - @last_mouse -- cgit v1.2.3