milsko-node/lib/constants.ts
2026-04-28 13:11:03 -07:00

10 lines
449 B
TypeScript

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;