Skip to content

Commit

Permalink
Add IO exports (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpwiz authored Oct 4, 2021
1 parent a2c0c06 commit 48c8ae0
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion src/DearImGui/Raw/IO.hs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,19 @@
-}

module DearImGui.Raw.IO where
module DearImGui.Raw.IO
( setIniFilename
, setLogFilename

, setMouseDoubleClickMaxDist
, setMouseDoubleClickTime
, setMouseDragThreshold

, setKeyRepeatDelay
, setKeyRepeatRate

, setUserData
) where

-- TODO: add exports

Expand Down

0 comments on commit 48c8ae0

Please sign in to comment.