Safe Haskell | Safe-Inferred |
---|
Low level fltk binding for drawing the keycaps.
Documentation
create :: (Int, Int) -> Layout -> Fltk.Fltk () Source #
The PtrMap only has room for a single keycaps window, so will destroy any existing window.
update :: RawBindings -> Fltk.Fltk () Source #
Orphan instances
CStorable Layout Source # | |
CStorable RawBinding Source # | |
sizeOf :: RawBinding -> Int # alignment :: RawBinding -> Int # peekElemOff :: Ptr RawBinding -> Int -> IO RawBinding # pokeElemOff :: Ptr RawBinding -> Int -> RawBinding -> IO () # peekByteOff :: Ptr b -> Int -> IO RawBinding # pokeByteOff :: Ptr b -> Int -> RawBinding -> IO () # peek :: Ptr RawBinding -> IO RawBinding # poke :: Ptr RawBinding -> RawBinding -> IO () # |