DevilDeal
DevilDeal
There is also a second bug when item is not hovered or sometimes just random with no sense behind it. When the window is visible(not collapsed) the returned value of...
i could do a workaround to look over the last couple miliseconds and if there is one True value i could always return True but that seems very weird to...
example code for workaround but very sloppy and weird in my opinion. not optimised and very inefficient i think but for now i will use this.... (increase range for accuracy,...
i could have a workaround thats little bit trashy but if u need it right now u could do it like that: ```python import dearpygui.dearpygui as dpg from time import...
```python while True : img = None #or img = camera.grab() while img is None: img = camera.grab() #code here .....