From 446750df6a786a8fcce7309e2f9b145e53e24e4f Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 26 Jan 2014 14:37:23 -0500 Subject: Move SDL event handling to a separate module. * 2d/event.scm: New module. * 2d/game.scm: Remove event handling code. * 2d/keyboard.scm: Import (2d event) instead of (2d game). * 2d/mouse.scm: Import (2d event) instead of (2d game). * 2d/window.scm: Import (2d event) instead of (2d game). --- 2d/window.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '2d/window.scm') diff --git a/2d/window.scm b/2d/window.scm index 238860b..416a8cf 100644 --- a/2d/window.scm +++ b/2d/window.scm @@ -26,7 +26,7 @@ #:use-module (figl gl) #:use-module ((sdl sdl) #:prefix SDL:) #:use-module ((sdl mixer) #:prefix SDL:) - #:use-module (2d game) + #:use-module (2d event) #:use-module (2d signals) #:use-module (2d vector2) #:export ( -- cgit v1.2.3