Searched defs:InputStateLookup (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/aura/
H A Dinput_state_lookup.h13 // InputStateLookup is used to obtain the state of input devices.
14 class AURA_EXPORT InputStateLookup { class in namespace:aura
16 virtual ~InputStateLookup() {}
18 // Creates the platform specific InputStateLookup. May return NULL.
19 static scoped_ptr<InputStateLookup> Create();

Completed in 111 milliseconds