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

/haiku/src/add-ons/input_server/devices/virtio/
H A DVirtioInputDevice.h118 BMessage fRepeatMsg; member in class:KeyboardHandler
H A DVirtioInputDevice.cpp459 fRepeatMsg = *msg;
496 h->fRepeatMsg.ReplaceInt64("when", system_time());
497 h->fRepeatMsg.FindInt32("be:key_repeat", &count);
498 h->fRepeatMsg.ReplaceInt32("be:key_repeat", count + 1);
500 ObjectDeleter<BMessage> msg(new(std::nothrow) BMessage(h->fRepeatMsg));

Completed in 49 milliseconds