mirror of
https://github.com/Drezil/dear-imgui.hs.git
synced 2024-11-22 16:57:00 +00:00
Add IO exports (#109)
This commit is contained in:
parent
a2c0c0658e
commit
48c8ae0379
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user