diff options
| author | Akshay Nair <phenax5@gmail.com> | 2024-12-14 20:59:19 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2024-12-14 21:32:10 +0530 |
| commit | 0c6b8c83e8673b394914e1f824dfb887b762b0ee (patch) | |
| tree | b7878e594881609bd88b6f2f461cfdff5e9c7ab9 /src/Chelleport/Context.hs | |
| parent | 34907bc25dba055dfbfe91d9a91803cc75283bfa (diff) | |
| download | chelleport-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.hs | 4 |
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, |
