mattn
mattn
cppType `bool`, `wchar_t`, `nullptr_t` should be separated as cppType `bool`, `wchar_t` and cppTypeEx `nulptr_t`.
NOTE: Please do not open a pull request that adds or changes the public API without giving consideration to all supported operating systems. #### What does this pull request do?...
Current implementation of primitiv defines `default_obj_` in header file device.h/graph.h. This works almost cases. But when building DLL&EXE on Windows, `default_obj_` is instantiated in two places. `default_obj_` in the DLL...
* Fixes #2 * Wait goroutine if window is closed (Fix issue that hang on Windows) * Small code optimizations Thanks your good project.
without termbox-go