xkbcommon-0.0.0: Text/XkbCommon/Types.hs
module Text.XkbCommon.Types
( Direction, keyUp, keyDown,
CLogLevel, CKeycode(..), CLayoutIndex(..), CModIndex(..), CLevelIndex(..),
CLedIndex(..), Keysym(..), StateComponent, CModMask(..),
stateModDepressed, stateModLatched, stateModLocked, stateModEffective,
stateLayoutDepressed, stateLayoutLatched, stateLayoutLocked,
stateLayoutEffective, stateLeds,
) where
import Text.XkbCommon.InternalTypes