41 virtual WXLRESULT MSWWindowProc(WXUINT nMsg, WXWPARAM wParam,
43 if (nMsg == WM_DEVICECHANGE) {
44 wxLogDebug(
"WM_DEVICECHANGE %x %x", wParam, lParam);
45 if (wParam == DBT_DEVICEARRIVAL || wParam == DBT_DEVICEREMOVECOMPLETE) {
49 return wxFrame::MSWWindowProc(nMsg, wParam, lParam);
53void WinUsbWatchDaemon::Start() {
59void WinUsbWatchDaemon::Stop() {
const void Notify()
Notify all listeners, no data supplied.
EventVar evt_dev_change
Notified when a new or removed device is detected, usually an USB hotplug event:
wxWindow * GetTopWindow()
Return the top level window a k a gFrame.
Hooks into gui available in model.
Suspend/resume and new devices events exchange point.
Windows specific hardware events interface.