Home
last modified time | relevance | path

Searched refs:handleKeyUp (Results 1 – 25 of 215) sorted by relevance

123456789

/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@blueprintjs/core/src/components/hotkeys/
H A DhotkeysTarget2.tsx26 handleKeyUp: React.KeyboardEventHandler<HTMLElement>;
48 const { handleKeyDown, handleKeyUp } = useHotkeys(hotkeys, options);
60 return children({ handleKeyDown, handleKeyUp });
H A Dhotkeys-target2.md68 {({ handleKeyDown, handleKeyUp }) => (
69 <div tabIndex={0} onKeyDown={handleKeyDown} onKeyUp={handleKeyUp}>
82 event handlers with the `handleKeyDown` and `handleKeyUp` functions in the child render function. N…
H A DhotkeysTarget.tsx60 document.addEventListener("keyup", this.globalHotkeysEvents.handleKeyUp);
66 document.removeEventListener("keyup", this.globalHotkeysEvents.handleKeyUp);
105 this.localHotkeysEvents.handleKeyUp(e.nativeEvent as KeyboardEvent);
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/ui/
H A Dui_container.cpp99 void UIContainer::handleKeyUp(const Common::KeyState &kbd) { in handleKeyUp() function in BladeRunner::UIContainer
102 (*component)->handleKeyUp(kbd); in handleKeyUp()
110 (*component)->handleKeyUp(kbd); in handleKeyUp()
/dports/games/residualvm/residualvm-0.3.1/gui/
H A DTooltip.h63 virtual void handleKeyUp(Common::KeyState state) { in handleKeyUp() function
65 _parent->handleKeyUp(state); in handleKeyUp()
H A DKeysDialog.cpp130 void KeysDialog::handleKeyUp(Common::KeyState state) { in handleKeyUp() function in GUI::KeysDialog
153 Dialog::handleKeyUp(state); in handleKeyUp()
/dports/games/scummvm/scummvm-2.5.1/gui/
H A DTooltip.h63 void handleKeyUp(Common::KeyState state) override { in handleKeyUp() function
65 _parent->handleKeyUp(state); in handleKeyUp()
/dports/games/libretro-scummvm/scummvm-7b1e929/gui/
H A DTooltip.h63 virtual void handleKeyUp(Common::KeyState state) override { in handleKeyUp() function
65 _parent->handleKeyUp(state); in handleKeyUp()
H A DKeysDialog.cpp130 void KeysDialog::handleKeyUp(Common::KeyState state) { in handleKeyUp() function in GUI::KeysDialog
153 Dialog::handleKeyUp(state); in handleKeyUp()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/ui/
H A Dui_container.cpp59 void UIContainer::handleKeyUp(const Common::KeyState &kbd) { in handleKeyUp() function in BladeRunner::UIContainer
61 (*component)->handleKeyUp(kbd); in handleKeyUp()
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@blueprintjs/select/lib/esnext/components/query-list/
H A DqueryList.d.ts73 handleKeyUp: React.KeyboardEventHandler<HTMLElement>; property
152 private handleKeyUp;
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@blueprintjs/select/lib/esm/components/query-list/
H A DqueryList.d.ts73 handleKeyUp: React.KeyboardEventHandler<HTMLElement>; property
152 private handleKeyUp;
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@blueprintjs/select/lib/cjs/components/query-list/
H A DqueryList.d.ts73 handleKeyUp: React.KeyboardEventHandler<HTMLElement>; property
152 private handleKeyUp;
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@blueprintjs/core/src/hooks/hotkeys/
H A Duse-hotkeys.md62 const { handleKeyDown, handleKeyUp } = useHotkeys(hotkeys);
65 <div tabIndex={0} onKeyDown={handleKeyDown} onKeyUp={handleKeyUp}>
78 event handlers with the returned `handleKeyDown` and `handleKeyUp` functions. The hook takes an opt…
H A DuseHotkeys.ts42 handleKeyUp: React.KeyboardEventHandler<HTMLElement>; property
150 return { handleKeyDown: handleLocalKeyDown, handleKeyUp: handleLocalKeyUp };
/dports/games/gillo/gillo/src/
H A Dplayer.cpp55 handleKeyUp(&event->key.keysym); in react()
89 void Player::handleKeyUp ( SDL_keysym* keysym ) in handleKeyUp() function in gillo::Player
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@blueprintjs/core/lib/esnext/hooks/hotkeys/
H A DuseHotkeys.d.ts20 handleKeyUp: React.KeyboardEventHandler<HTMLElement>; property
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@blueprintjs/core/lib/esm/hooks/hotkeys/
H A DuseHotkeys.d.ts20 handleKeyUp: React.KeyboardEventHandler<HTMLElement>; property
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@blueprintjs/core/lib/cjs/hooks/hotkeys/
H A DuseHotkeys.d.ts20 handleKeyUp: React.KeyboardEventHandler<HTMLElement>; property
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@blueprintjs/core/lib/esm/components/hotkeys/
H A DhotkeysTarget2.d.ts6 handleKeyUp: React.KeyboardEventHandler<HTMLElement>; property
H A DhotkeysEvents.d.ts23 handleKeyUp: (e: KeyboardEvent) => void;
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@blueprintjs/core/lib/esnext/components/hotkeys/
H A DhotkeysTarget2.d.ts6 handleKeyUp: React.KeyboardEventHandler<HTMLElement>; property
H A DhotkeysEvents.d.ts23 handleKeyUp: (e: KeyboardEvent) => void;
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@blueprintjs/core/lib/cjs/components/hotkeys/
H A DhotkeysTarget2.d.ts6 handleKeyUp: React.KeyboardEventHandler<HTMLElement>;
H A DhotkeysEvents.d.ts23 handleKeyUp: (e: KeyboardEvent) => void;

123456789