Home
last modified time | relevance | path

Searched refs:HandleKeyRelease (Results 1 – 11 of 11) sorted by relevance

/dports/x11-wm/ctwm/ctwm-4.0.3/
H A Devent_handlers.h21 void HandleKeyRelease(void);
H A Devent_handlers.c524 void HandleKeyRelease(void) in HandleKeyRelease() function
/dports/x11-wm/fvwm3/fvwm3-1.0.4/fvwm/
H A Deventhandler.h49 void HandleKeyRelease(const evh_args_t *ea);
H A Devents.c2703 void HandleKeyRelease(const evh_args_t *ea) in HandleKeyRelease() function
4050 EventHandlerJumpTable[KeyRelease] = HandleKeyRelease; in InitEventHandlerJumpTable()
/dports/x11-wm/fvwm2/fvwm-2.6.9/fvwm/
H A Deventhandler.h47 void HandleKeyRelease(const evh_args_t *ea);
H A Devents.c2677 void HandleKeyRelease(const evh_args_t *ea) in HandleKeyRelease() function
4052 EventHandlerJumpTable[KeyRelease] = HandleKeyRelease; in InitEventHandlerJumpTable()
/dports/games/nxengine/nxengine-evo-2.6.5-1/src/
H A Dconsole.h31 void HandleKeyRelease(int key);
H A Dinput.cpp301 console.HandleKeyRelease(ch); in input_poll()
H A Dconsole.cpp725 void DebugConsole::HandleKeyRelease(int key) in HandleKeyRelease() function in DebugConsole
/dports/x11-wm/jwm/jwm-2.3.7/src/
H A Devent.c69 static void HandleKeyRelease(const XKeyEvent *event);
286 HandleKeyRelease(&event->xkey); in ProcessEvent()
620 void HandleKeyRelease(const XKeyEvent *event) in HandleKeyRelease() function
/dports/games/freeorion/freeorion-0.4.10.2/GG/src/
H A DGUI.cpp157 …void HandleKeyRelease(Key key, std::uint32_t key_code_point, Flags<ModKey> mod_keys, int curr_tick…
700 void GUIImpl::HandleKeyRelease(Key key, std::uint32_t key_code_point, Flags<ModKey> mod_keys, int c… in HandleKeyRelease() function in GUIImpl
1206 m_impl->HandleKeyRelease(key, key_code_point, mod_keys, curr_ticks); in HandleGGEvent()