This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Gist: Win32 Message Loop with `node-addon-api` | |
* Author: Gage Sorrell <[email protected]> | |
* Copyright: (c) 2023 Gage Sorrell | |
* License: MIT | |
*/ | |
/* This file demonstrates how to get access to the Windows API (Win32) | |
* message loop in your NodeJS application via node-addon-api. | |
* This code goes into your node-addon-api package, with no additional | |
* build tools necessary. |