aboutsummaryrefslogtreecommitdiff
path: root/src/Chelleport/Context.hs
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2024-12-14 20:59:19 +0530
committerAkshay Nair <phenax5@gmail.com>2024-12-14 21:32:10 +0530
commit0c6b8c83e8673b394914e1f824dfb887b762b0ee (patch)
treeb7878e594881609bd88b6f2f461cfdff5e9c7ab9 /src/Chelleport/Context.hs
parent34907bc25dba055dfbfe91d9a91803cc75283bfa (diff)
downloadchelleport-0c6b8c83e8673b394914e1f824dfb887b762b0ee.tar.gz
chelleport-0c6b8c83e8673b394914e1f824dfb887b762b0ee.zip
Add Tab to reset key sequence
Diffstat (limited to 'src/Chelleport/Context.hs')
-rw-r--r--src/Chelleport/Context.hs4
1 files changed, 2 insertions, 2 deletions
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,