Home
last modified time | relevance | path

Searched refs:B_INPUT_DEVICES_CHANGED (Results 1 – 4 of 4) sorted by relevance

/haiku/headers/os/app/
H A DAppDefs.h126 B_INPUT_DEVICES_CHANGED = 'IDCH', enumerator
/haiku/docs/user/interface/
H A DInput.dox242 \brief Constants for the \c be:opcode field of a \c B_INPUT_DEVICES_CHANGED
315 \c B_INPUT_DEVICES_CHANGED messages, reflecting the state of input devices
318 The \c B_INPUT_DEVICES_CHANGED message contains:
/haiku/src/preferences/input/
H A DInputWindow.cpp105 case B_INPUT_DEVICES_CHANGED: in MessageReceived()
/haiku/src/servers/input/
H A DAddOnManager.cpp789 BMessage changeMessage(B_INPUT_DEVICES_CHANGED); in _HandleNotifyDevice()