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

/haiku/src/bin/network/ppp_up/
H A DPPPDeskbarReplicant.cpp110 Looper()->CurrentMessage()->FindInt32("buttons", &fLastButtons);
112 if(fLastButtons & B_SECONDARY_MOUSE_BUTTON) {
122 if(fLastButtons & B_PRIMARY_MOUSE_BUTTON) {
H A DPPPDeskbarReplicant.h40 int32 fLastButtons; member in class:PPPDeskbarReplicant
/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DMouseProtocolHandler.h47 uint32 fLastButtons; member in class:MouseProtocolHandler
H A DTabletProtocolHandler.h60 uint32 fLastButtons; member in class:TabletProtocolHandler
H A DTabletProtocolHandler.cpp44 fLastButtons(0),
317 if (fLastButtons == 0) {
328 fLastButtons = buttons;
H A DMouseProtocolHandler.cpp37 fLastButtons(0),
241 if (fLastButtons == 0) {
252 fLastButtons = buttons;
/haiku/src/servers/mail/
H A DDeskbarView.h65 int32 fLastButtons; member in class:DeskbarView
H A DDeskbarView.cpp91 fLastButtons(0)
101 fLastButtons(0)
352 if ((fLastButtons & B_PRIMARY_MOUSE_BUTTON) !=0
364 if ((fLastButtons & B_TERTIARY_MOUSE_BUTTON) != 0)
372 Looper()->CurrentMessage()->FindInt32("buttons", &fLastButtons);
374 if ((fLastButtons & B_SECONDARY_MOUSE_BUTTON) != 0) {
/haiku/src/servers/app/
H A DEventDispatcher.cpp247 fLastButtons(0),
368 if (temporary && fLastButtons == 0) {
496 buttons = fLastButtons;
544 moved.AddInt32("buttons", fLastButtons);
610 if (fLastButtons == 0) {
834 fLastButtons = buttons;
836 fLastButtons = 0;
966 if (event->what == B_MOUSE_UP && fLastButtons == 0) {
H A DEventDispatcher.h150 int32 fLastButtons; member in class:EventDispatcher
/haiku/src/add-ons/kernel/drivers/input/i2c_elan/
H A DELANDevice.h85 uint32 fLastButtons; member in class:ELANDevice
H A DELANDevice.cpp50 fLastButtons(0),

Completed in 63 milliseconds