mirror of
https://github.com/Drezil/dear-imgui.hs.git
synced 2025-07-07 13:35:50 +02:00
Add functions for getting window position and size (#89)
- getWindowPos - getWindowSize - getWindowWidth - getWindowHeight Closes #88
This commit is contained in:
committed by
GitHub
parent
08b3139477
commit
be7aa1e9b1
@ -49,6 +49,15 @@ module DearImGui
|
||||
|
||||
, begin
|
||||
, Raw.end
|
||||
|
||||
-- ** Utilities
|
||||
|
||||
, Raw.getWindowPos
|
||||
, Raw.getWindowSize
|
||||
, Raw.getWindowWidth
|
||||
, Raw.getWindowHeight
|
||||
|
||||
-- ** Manipulation
|
||||
, setNextWindowPos
|
||||
, setNextWindowSize
|
||||
, Raw.setNextWindowFullscreen
|
||||
@ -57,7 +66,7 @@ module DearImGui
|
||||
, setNextWindowCollapsed
|
||||
, setNextWindowBgAlpha
|
||||
|
||||
-- * Child Windows
|
||||
-- ** Child Windows
|
||||
, withChild
|
||||
, withChildOpen
|
||||
, beginChild
|
||||
|
Reference in New Issue
Block a user