From 48c8ae037978655cb92954d42c68100331926566 Mon Sep 17 00:00:00 2001 From: Alexander Bondarenko <486682+dpwiz@users.noreply.github.com> Date: Mon, 4 Oct 2021 21:49:16 +0300 Subject: [PATCH] Add IO exports (#109) --- src/DearImGui/Raw/IO.hs | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/DearImGui/Raw/IO.hs b/src/DearImGui/Raw/IO.hs index 9252005..deb2532 100644 --- a/src/DearImGui/Raw/IO.hs +++ b/src/DearImGui/Raw/IO.hs @@ -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