Searched refs:sInputServer (Results 1 - 1 of 1) sorted by relevance

/haiku/src/kits/interface/
H A DInput.cpp23 static BMessenger *sInputServer = NULL; variable
259 if (!sInputServer) {
260 sInputServer = new (std::nothrow) BMessenger;
261 if (!sInputServer)
265 if (!sInputServer->IsValid())
266 *sInputServer = BMessenger("application/x-vnd.Be-input_server", -1, NULL);
268 status_t err = sInputServer->SendMessage(command, reply, 5000000LL, 5000000LL);

Completed in 31 milliseconds