Home
last modified time | relevance | path

Searched refs:GHOST_kKeyOS (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/blender/blender-2.91.0/intern/ghost/intern/
H A DGHOST_ModifierKeys.cpp62 key = GHOST_kKeyOS; in getModifierKeyCode()
H A DGHOST_EventPrinter.cpp236 case GHOST_kKeyOS: in getKeyString()
H A DGHOST_SystemSDL.cpp235 GXMAP(type, SDL_SCANCODE_LGUI, GHOST_kKeyOS); in convertSDLKey()
236 GXMAP(type, SDL_SCANCODE_RGUI, GHOST_kKeyOS); in convertSDLKey()
H A DGHOST_SystemX11.cpp1103 case GHOST_kKeyOS: in processEvent()
1829 GXMAP(type, XK_Super_L, GHOST_kKeyOS); in ghost_key_from_keysym()
1830 GXMAP(type, XK_Super_R, GHOST_kKeyOS); in ghost_key_from_keysym()
H A DGHOST_SystemWayland.cpp312 GXMAP(gkey, XKB_KEY_Super_L, GHOST_kKeyOS); in xkb_map_gkey()
313 GXMAP(gkey, XKB_KEY_Super_R, GHOST_kKeyOS); in xkb_map_gkey()
H A DGHOST_SystemWin32.cpp893 key = GHOST_kKeyOS; in convertKey()
H A DGHOST_SystemCocoa.mm1029 GHOST_kKeyOS,
1905 GHOST_kKeyOS,
/dports/graphics/blender/blender-2.91.0/intern/ghost/
H A DGHOST_Types.h337 GHOST_kKeyOS, // Command key on Apple, Windows key(s) on Windows enumerator
/dports/graphics/blender/blender-2.91.0/source/blender/windowmanager/intern/
H A Dwm_window.c1266 kdata.key = GHOST_kKeyOS; in ghost_event_proc()
H A Dwm_event_system.c4013 case GHOST_kKeyOS: in convert_key()