Searched defs:Keyboards (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/
H A DDarwinKeyboard.cpp274 /** Keyboards in the cache. */
954 io_iterator_t Keyboards = NULL; local
955 IOReturn rc = IOServiceGetMatchingServices(g_MasterPort, RefMatchingDict, &Keyboards);
965 && (KeyboardDevice = IOIteratorNext(Keyboards)) != 0)
973 IOObjectRelease(Keyboards);

Completed in 49 milliseconds