Searched refs:SkKey (Results 1 – 13 of 13) sorted by relevance
67 bool handleKey(SkKey);68 bool handleKeyUp(SkKey);94 virtual bool onHandleKey(SkKey);95 virtual bool onHandleKeyUp(SkKey);
15 enum SkKey { enum
157 bool SkWindow::handleKey(SkKey key) { in handleKey()184 bool SkWindow::handleKeyUp(SkKey key) { in handleKeyUp()253 bool SkWindow::onHandleKey(SkKey) { in onHandleKey() argument257 bool SkWindow::onHandleKeyUp(SkKey) { in onHandleKeyUp() argument
95 static SkKey winToskKey(WPARAM vk) { in winToskKey()98 SkKey fKey; in winToskKey()123 SkKey key = winToskKey(wParam); in wndProc()130 SkKey key = winToskKey(wParam); in wndProc()267 static SkKey raw2key(uint32_t raw) in raw2key()271 SkKey fKey; in raw2key()
29 bool SampleCode::KeyQ(const SkEvent& evt, SkKey* outKey) { in KeyQ()32 *outKey = (SkKey)evt.getFast32(); in KeyQ()
77 virtual bool handleKey(SkKey) { in handleKey() argument
36 static bool KeyQ(const SkEvent&, SkKey* outKey);
167 bool onHandleKey(SkKey key) override;
204 virtual bool handleKey(SkKey) { in handleKey() argument
299 virtual bool handleKey(SkKey key) { in handleKey()
2060 bool SampleWindow::onHandleKey(SkKey key) { in onHandleKey()
178 #include "SkKey.h"199 static SkKey raw2key(UInt32 raw)203 SkKey fKey;234 SkKey key = raw2key([event keyCode]);247 SkKey key = raw2key([event keyCode]);
15 SkKey XKeyToSkKey(KeySym keysym) { in XKeyToSkKey()