Skip to content

Instantly share code, notes, and snippets.

@RudolfVonKrugstein
Created July 16, 2012 12:38
Show Gist options
  • Save RudolfVonKrugstein/3122457 to your computer and use it in GitHub Desktop.
Save RudolfVonKrugstein/3122457 to your computer and use it in GitHub Desktop.
UHC wrapper with key events
data JSKeyEvent
foreign import js "wrapper"
mkKeyEventCb :: (JSKeyEvent -> IO ()) -> IO (FunPtr (JSKeyEvent -> IO ()))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment