octaltree

Results 5 issues of octaltree

```py class Request(AsyncBase): def redirected_to(self) -> typing.Optional["Request"]: # mutable def failure(self) -> typing.Optional[str]: # mutable def timing(self) -> ResourceTiming: # mutable class WebSocket(AsyncBase): def expect_event( # event timeout async def...

1.11.0

I needed a windows mouse event and when I used this code as a base, I got strange values. According to the reference, "mouseData" and "flags" are adjacent. https://learn.microsoft.com/en-us/windows/win32/api/winuser/ns-winuser-msllhookstruct It...