initial commit
This commit is contained in:
commit
18255ce4cd
21 changed files with 1244 additions and 0 deletions
10
lib/constants.ts
Normal file
10
lib/constants.ts
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
export const MwDEFAULT: number = 268435455;
|
||||
export const MwMB_ICONMASK: number = 15;
|
||||
export const MwMB_BUTTONMASK: number = 240;
|
||||
export const MwMB_BUTTONOK: number = 16;
|
||||
export const MwMB_BUTTONCANCEL: number = 32;
|
||||
export const MwMB_BUTTONYES: number = 64;
|
||||
export const MwMB_BUTTONNO: number = 128;
|
||||
export const MwKEY_FLAG: number = 2147483648;
|
||||
export const MwKEY_CONTROL_FLAG: number = 3221225472;
|
||||
export const MwKEY_ALT_FLAG: number = 2684354560;
|
||||
Loading…
Add table
Add a link
Reference in a new issue