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

/haiku/src/add-ons/input_server/methods/pen/
H A DPenInputServerMethod.h18 class PenInputLooper;
35 friend PenInputLooper;//DEBUG
H A DPenInputLooper.h39 class PenInputLooper : public BLooper class in inherits:BLooper
42 PenInputLooper(PenInputServerMethod *method);
49 // virtual ~PenInputLooper();
H A DPenInputInkWindow.h20 friend class PenInputLooper;//DEBUG
H A DPenInputLooper.cpp33 #include "PenInputLooper.h"
39 PenInputLooper::PenInputLooper(PenInputServerMethod *method) function in class:PenInputLooper
40 : BLooper("PenInputLooper", B_NORMAL_PRIORITY),
99 void PenInputLooper::Quit()
111 void PenInputLooper::DispatchMessage(BMessage *message, BHandler *handler)
131 void PenInputLooper::MessageReceived(BMessage *message)
236 void PenInputLooper::EnqueueMessage(BMessage *message)
241 status_t PenInputLooper::InitCheck()
246 void PenInputLooper
[all...]
H A DPenInputServerMethod.cpp37 #include "PenInputLooper.h"
91 PenInputLooper *looper;
94 looper = new PenInputLooper(this);

Completed in 33 milliseconds