mirror of
				https://github.com/Drezil/dear-imgui.hs.git
				synced 2025-11-04 07:01:06 +01:00 
			
		
		
		
	Add IO exports (#109)
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						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
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user