Comments
This commit is contained in:
@ -51,6 +51,9 @@ Ergodox& Ergodox::init(
|
||||
return Instance;
|
||||
}
|
||||
|
||||
|
||||
// Instance is a static function variable,
|
||||
// and will be deleted at end of program.
|
||||
Ergodox::~Ergodox() {
|
||||
close();
|
||||
hid_exit();
|
||||
|
Reference in New Issue
Block a user