Home
last modified time | relevance | path

Searched refs:SDL_SCANCODE_KP_EQUALS (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/components/SDL2/src/events/
A Dscancodes_darwin.h111 /* 81 */ SDL_SCANCODE_KP_EQUALS,
A Dscancodes_xfree86.h151 /* 118 */ SDL_SCANCODE_KP_EQUALS,
301 /* 117 */ SDL_SCANCODE_KP_EQUALS,
A Dscancodes_linux.h146 /* 117 */ SDL_SCANCODE_KP_EQUALS,
/AliOS-Things-master/components/SDL2/include/
A DSDL_scancode.h214 SDL_SCANCODE_KP_EQUALS = 103, enumerator
A DSDL_keycode.h176 SDLK_KP_EQUALS = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_KP_EQUALS),
/AliOS-Things-master/components/SDL2/src/video/android/
A DSDL_androidkeyboard.c204 SDL_SCANCODE_KP_EQUALS, /* AKEYCODE_NUMPAD_EQUALS */
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11keyboard.c105 { XK_KP_Equal, SDL_SCANCODE_KP_EQUALS },
/AliOS-Things-master/components/SDL2/src/video/directfb/
A DSDL_DirectFB_events.c546 keymap[DIKI_KP_EQUAL - DIKI_UNKNOWN] = SDL_SCANCODE_KP_EQUALS; in DirectFB_InitOSKeymap()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsevents.c117 case VK_OEM_NEC_EQUAL: return SDL_SCANCODE_KP_EQUALS; in VKeytoScancode()

Completed in 14 milliseconds