mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-21 10:43:36 +00:00
Added win-dialog (Enhanced Dialog Box)
This commit is contained in:
File diff suppressed because one or more lines are too long
534
modules/win-dialog.js
Normal file
534
modules/win-dialog.js
Normal file
File diff suppressed because one or more lines are too long
@@ -42,6 +42,7 @@ function WindowsMessagePump(options)
|
||||
this._user32.CreateMethod('DefWindowProcW');
|
||||
this._user32.CreateMethod('DestroyWindow');
|
||||
this._user32.CreateMethod('DispatchMessageW');
|
||||
this._user32.CreateMethod('DrawTextExW');
|
||||
this._user32.CreateMethod('EndPaint');
|
||||
this._user32.CreateMethod('FillRect');
|
||||
this._user32.CreateMethod('GetClientRect');
|
||||
@@ -52,6 +53,7 @@ function WindowsMessagePump(options)
|
||||
this._user32.CreateMethod('RegisterClassExW');
|
||||
this._user32.CreateMethod('SendMessageW');
|
||||
this._user32.CreateMethod('SetWindowPos');
|
||||
this._user32.CreateMethod('SetWindowTextW');
|
||||
this._user32.CreateMethod('ShowWindow');
|
||||
this._user32.CreateMethod('SystemParametersInfoA');
|
||||
this._user32.CreateMethod('TranslateMessage');
|
||||
|
||||
Reference in New Issue
Block a user