|
FuncDoodle
|
Struct to store popup state like animation progress and if its open. More...
#include <PopupRegistry.h>
Public Attributes | |
| double | AnimationProgress = -1 |
| Progress of opening/closing animations, -1 if none is present. | |
| bool | IsOpen = false |
| Whether or not the popup is open. | |
| bool | SizeReady = false |
| Whether or not size is ready to get. | |
| ImVec2 | FullSize = {-1, -1} |
| Full size of the popup, (-1, -1) if none. | |
| ImVec2 | Pos = {-1, -1} |
| Position of popup, (-1, -1) if none. | |
Struct to store popup state like animation progress and if its open.
| double FuncDoodle::PopupEntry::AnimationProgress = -1 |
Progress of opening/closing animations, -1 if none is present.
| ImVec2 FuncDoodle::PopupEntry::FullSize = {-1, -1} |
Full size of the popup, (-1, -1) if none.
| bool FuncDoodle::PopupEntry::IsOpen = false |
Whether or not the popup is open.
| ImVec2 FuncDoodle::PopupEntry::Pos = {-1, -1} |
Position of popup, (-1, -1) if none.
| bool FuncDoodle::PopupEntry::SizeReady = false |
Whether or not size is ready to get.