Home
last modified time | relevance | path

Searched refs:gKeymapMethod (Results 1 – 3 of 3) sorted by relevance

/haiku/src/servers/input/
H A DInputServer.cpp56 KeymapMethod InputServer::gKeymapMethod; member in InputServer
233 fActiveMethod = &gKeymapMethod; in _InitKeyboardMouseStates()
610 if (cookie == gKeymapMethod.fOwner->Cookie()) { in HandleSetMethod()
611 SetActiveMethod(&gKeymapMethod); in HandleSetMethod()
1191 BInputServerMethod *method = &gKeymapMethod; in SetNextMethod()
H A DInputServer.h180 static KeymapMethod gKeymapMethod; variable
H A DAddOnManager.cpp560 _BMethodAddOn_ *addon = InputServer::gKeymapMethod.fOwner; in _RegisterMethod()
900 _BMethodAddOn_* addon = InputServer::gKeymapMethod.fOwner; in _HandleMethodReplicant()