Home
last modified time | relevance | path

Searched refs:SDL_SCANCODE_AC_BOOKMARKS (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/SDL2/src/events/
A Dscancodes_linux.h185 /* 156 */ SDL_SCANCODE_AC_BOOKMARKS,
A Dscancodes_xfree86.h340 /* 156 */ SDL_SCANCODE_AC_BOOKMARKS, /* XF86Favorites */
/AliOS-Things-master/components/SDL2/include/
A DSDL_scancode.h367 SDL_SCANCODE_AC_BOOKMARKS = 274, enumerator
A DSDL_keycode.h303 SDLK_AC_BOOKMARKS = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_AC_BOOKMARKS),
/AliOS-Things-master/components/SDL2/src/video/android/
A DSDL_androidkeyboard.c217 SDL_SCANCODE_AC_BOOKMARKS, /* AKEYCODE_BOOKMARK */
/AliOS-Things-master/components/SDL2/src/video/winrt/
A DSDL_winrtkeyboard.cpp212 SDL_SCANCODE_AC_BOOKMARKS, /* VirtualKey.Favorites -- 171 : The favorites key. */
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsevents.c123 case VK_BROWSER_FAVORITES: return SDL_SCANCODE_AC_BOOKMARKS; in VKeytoScancode()

Completed in 12 milliseconds