From 0c6b8c83e8673b394914e1f824dfb887b762b0ee Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 14 Dec 2024 20:59:19 +0530 Subject: Add Tab to reset key sequence --- src/Chelleport/Context.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Chelleport/Context.hs') diff --git a/src/Chelleport/Context.hs b/src/Chelleport/Context.hs index d62cd7e..9b1e13e 100644 --- a/src/Chelleport/Context.hs +++ b/src/Chelleport/Context.hs @@ -6,8 +6,8 @@ import SDL (($=)) import qualified SDL import qualified SDL.Font as TTF -createContext :: IO DrawContext -createContext = do +initializeContext :: IO DrawContext +initializeContext = do let windowCfg = SDL.defaultWindow { SDL.windowMode = SDL.FullscreenDesktop, -- cgit v1.3.1