mirror of
https://github.com/Drezil/dear-imgui.hs.git
synced 2025-07-07 21:39:55 +02:00
Added image wrapper (#74)
Raw.image and sdl2/gl example "image" Wrappers should be backend-specific due to different handling of `userTextureIDPtr`.
This commit is contained in:
@ -125,6 +125,7 @@ module DearImGui
|
||||
, smallButton
|
||||
, invisibleButton
|
||||
, arrowButton
|
||||
, Raw.image
|
||||
, checkbox
|
||||
, progressBar
|
||||
, Raw.bullet
|
||||
|
Reference in New Issue
Block a user