MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / create

Method create

lib/hidapi/testgui/test.cpp:204–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204void
205MainWindow::create()
206{
207 FXMainWindow::create();
208 show();
209
210 onRescan(NULL, 0, NULL);
211
212
213#ifdef __APPLE__
214 init_apple_message_system();
215#endif
216
217 getApp()->addTimeout(this, ID_MAC_TIMER,
218 50 * timeout_scalar /*50ms*/);
219}
220
221long
222MainWindow::onConnect(FXObject *sender, FXSelector sel, void *ptr)

Callers 2

jquery.jsFile · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected