glfw-group-0.1.0.0: src/Graphics/UI/GlfwG/Key.hs
{-# LANGUAGE ImportQualifiedPost #-}
{-# OPTIONS_GHC -Wall -fno-warn-tabs #-}
module Graphics.UI.GlfwG.Key (
B.Key(..), B.KeyState(..), B.ModifierKeys(..) ) where
import Graphics.UI.GLFW qualified as B