HomeSort by relevance Sort by last modified time
    Searched defs:InputState (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/
TerminalConIn.c     [all...]
Terminal.h 102 UINT32 InputState;
    [all...]
  /external/skia/tools/sk_app/
Window.h 131 enum InputState {
149 virtual bool onKey(Key key, InputState state, uint32_t modifiers) { return false; }
150 virtual bool onMouse(int x, int y, InputState state, uint32_t modifiers) { return false; }
152 virtual bool onTouch(intptr_t owner, InputState state, float x, float y) { return false; }
170 bool onKey(Key key, InputState state, uint32_t modifiers);
171 bool onMouse(int x, int y, InputState state, uint32_t modifiers);
173 bool onTouch(intptr_t owner, InputState state, float x, float y); // multi-owner = multi-touch
  /external/skqp/tools/sk_app/
Window.h 128 enum InputState {
146 virtual bool onKey(Key key, InputState state, uint32_t modifiers) { return false; }
147 virtual bool onMouse(int x, int y, InputState state, uint32_t modifiers) { return false; }
149 virtual bool onTouch(intptr_t owner, InputState state, float x, float y) { return false; }
167 bool onKey(Key key, InputState state, uint32_t modifiers);
168 bool onMouse(int x, int y, InputState state, uint32_t modifiers);
170 bool onTouch(intptr_t owner, InputState state, float x, float y); // multi-owner = multi-touch

Completed in 1991 milliseconds