We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7f2f5b commit 0ab4ce1Copy full SHA for 0ab4ce1
src/SDL/Input/Keyboard/Codes.hs
@@ -3,6 +3,8 @@
3
{-# LANGUAGE MultiParamTypeClasses #-}
4
{-# LANGUAGE PatternSynonyms #-}
5
6
+{-# OPTIONS_GHC -fno-warn-missing-pattern-synonym-signatures #-}
7
+
8
{-|
9
10
An enumeration of scancodes and keycodes, allowing you to pattern match on keyboard keys.
0 commit comments