Home
last modified time | relevance | path

Searched refs:GHOST_kKeyNumpad7 (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/blender/blender-2.91.0/intern/ghost/
H A DGHOST_Types.h368 GHOST_kKeyNumpad7, enumerator
/dports/graphics/blender/blender-2.91.0/intern/ghost/intern/
H A DGHOST_SystemX11.cpp1121 case GHOST_kKeyNumpad7: in processEvent()
1858 GXMAP(type, XK_KP_7, GHOST_kKeyNumpad7); in ghost_key_from_keysym()
1870 GXMAP(type, XK_KP_Home, GHOST_kKeyNumpad7); in ghost_key_from_keysym()
H A DGHOST_SystemSDL.cpp267 GXMAP(type, SDL_SCANCODE_KP_7, GHOST_kKeyNumpad7); in convertSDLKey()
H A DGHOST_SystemWin32.cpp799 key = (extend) ? GHOST_kKeyHome : GHOST_kKeyNumpad7; in convertKey()
H A DGHOST_SystemCocoa.mm158 return GHOST_kKeyNumpad7;
/dports/graphics/blender/blender-2.91.0/source/blender/windowmanager/intern/
H A Dwm_playanim.c743 case GHOST_kKeyNumpad7: in ghost_event_proc()