Add IO exports (#109)

This commit is contained in:
Alexander Bondarenko 2021-10-04 21:49:16 +03:00 committed by GitHub
parent a2c0c0658e
commit 48c8ae0379
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 -- TODO: add exports