1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2026-01-01 16:13:53 +00:00

Updated windows privacy bar to set cursor on creation

This commit is contained in:
Bryan Roe
2022-02-09 19:44:48 -08:00
parent a626c63ee0
commit f13f01eef1
3 changed files with 14 additions and 8 deletions

View File

@@ -48,11 +48,13 @@ function WindowsMessagePump(options)
this._user32.CreateMethod('GetClientRect');
this._user32.CreateMethod('GetDC');
this._user32.CreateMethod('GetMessageW');
this._user32.CreateMethod('InvalidateRect')
this._user32.CreateMethod('InvalidateRect');
this._user32.CreateMethod('LoadCursorA');
this._user32.CreateMethod('PostMessageA');
this._user32.CreateMethod('RegisterClassExW');
this._user32.CreateMethod('ReleaseCapture');
this._user32.CreateMethod('SendMessageW');
this._user32.CreateMethod('SetCursor');
this._user32.CreateMethod('SetWindowPos');
this._user32.CreateMethod('SetWindowTextW');
this._user32.CreateMethod('ShowWindow');