Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
keypressの意味・使い方・読み方 | Weblio英和辞書
[go: Go Back, main page]


小窓モード


プレミアム

ログイン
設定

設定

keypressとは 意味・読み方・使い方

発音を聞く
プレーヤー再生
ピン留め

追加できません

(登録数上限)

単語を追加

Wiktionary英語版での「keypress」の意味

keypress

別の表記

語源

key +‎ press


key press


「keypress」を含む例文一覧

該当件数 : 11



例文

Description If XtGetActionKeysym is called after an action procedure has been invoked by the Intrinsics and before that action procedure returns, and if the event pointer has the same value as the event pointer passed to that action routine, and if the event is a KeyPress or KeyRelease event, then XtGetActionKeysym returns the KeySym that matched the final event specification in the translation table and, if/fImodifiers_return/fP is non-NULL, the modifier state actually used to generate this KeySym; otherwise, if the event is a KeyPress or KeyRelease event, then XtGetActionKeysym calls XtTranslateKeycode and returns the results; else it returns NoSymbol and does not examine modifiers_return.例文帳に追加

そうでない場合、イベントがKeyPressイベントまたはKeyReleaseイベントならば、XtGetActionKeysym はXtTranslateKeycodeを呼び出し、その結果を返す。 - XFree86

An auto-repeating key generates alternatingKeyPress and KeyRelease events.発音を聞く 例文帳に追加

オートリピートしているキーはKeyPressイベントとKeyReleaseイベントを交互に生成する。 - XFree86

METHOD AND DEVICE FOR KEYPRESS VALIDATION IN SLIDER FORM FACTOR DEVICE例文帳に追加

スライダ・フォーム・ファクタ・デバイスにおけるキー押下有効化方法及び装置 - 特許庁

XtLastTimestampProcessed returns the timestamp of the last KeyPress, KeyRelease, ButtonPress, ButtonRelease,MotionNotify, EnterNotify, LeaveNotify, PropertyNotify, or SelectionClear event that has been passed to XtDispatchEvent for the specified display and zero if there has been no such event.例文帳に追加

.LPXtLastTimestampProcessed は、指定したディスプレイについてXtDispatchEvent に渡された最後のイベントのタイムスタンプを返す。 このイベントはKeyPress ,KeyRelease ,ButtonPress ,ButtonRelease ,MotionNotify ,EnterNotify ,LeaveNotify ,PropertyNotify ,SelectionClearのいずれかである。 - XFree86

A key input controlling means does not issue keypress information at keypress timing by the user but waits for the user to perform a key release operation.例文帳に追加

利用者によるキープレスのタイミングでは、キー入力制御手段はキープレス情報を制御先に対して発行せず、利用者によるキーリリースの操作を待つ。 - 特許庁

Changes in actor attributes, for example in response to a keypress, cause the user interface to be updated.例文帳に追加

例えば、キーの押下に応答したアクター属性の変化はユーザーインターフェースを更新させる。 - 特許庁

例文

BothKeyPress and KeyRelease events are always reported, independent of any event selection made by the client.例文帳に追加

KeyPress イベントとKeyRelease イベントのいずれも、クライアントによるイベント選択とは関係なく常に報告される。 - XFree86

>>例文の一覧を見る

調べた例文を記録して、 効率よく覚えましょう
Weblio会員登録無料で登録できます!
  • 履歴機能
    履歴機能
    過去に調べた
    単語を確認!
  • 語彙力診断
    語彙力診断
    診断回数が
    増える!
  • マイ単語帳
    マイ単語帳
    便利な
    学習機能付き!
  • マイ例文帳
    マイ例文帳
    文章で
    単語を理解!
  • その他にも便利な機能が満載!
Weblio会員登録(無料)はこちらから

「keypress」を含む例文一覧

該当件数 : 11



例文

In the future, the keyboardis actively grabbed (as for XGrabKeyboard), the last-keyboard-grab timeis set to the time at which the key was pressed (as transmitted in theKeyPress event), and the KeyPress event is reported if all of the followingconditions are true: The keyboard is not grabbed and the specified key(which can itself be a modifier key) is logically pressed when the specifiedmodifier keys are logically down, and no other modifier keys are logicallydown.発音を聞く 例文帳に追加

将来に以下の条件が全て真になった場合、キーボードはアクティブにグラブされ(XGrabKeyboardによって)、最終キーボードグラブ時刻にキーが押された時刻がセットされ(KeyPressイベントで送られるように)、KeyPressイベントが報告される。 \\(bu 5指定されたモディファイアキーが論理的に押されており、他のどのモディファイアキーも論理的には押されていない時、キーボードがグラブされておらず、指定したキー(それ自体はモディファイアキーでも良い)が論理的に押されている。 - XFree86

Description If a futureKeyPress or KeyRelease event occurs within the specified subtree,XtSetKeyboardFocus causes XtDispatchEvent to remap and send the event to the specified descendant widget.例文帳に追加

説明将来にKeyPressイベントかKeyRelease イベントが指定したサブツリー内で起こった場合、XtSetKeyboardFocusはXtDispatchEventを引き起こし、そのイベントを指定した子孫ウィジェットに再マップして送る。 - XFree86

A time measuring means counts the key operation time from the keypress to the key release, and when the key operation time surpasses a prescribed time, the key input controlling means decides that the input is made to a 'control destination B' and issues key input information to the control destination B.例文帳に追加

このキープレスからキーリリースまでのキー操作時間は、時間計測手段によってカウントされ、このキー操作時間が所定の時間を越えた場合には、キー入力制御手段によって“制御先B”への入力と判断され、制御先Bに対しキー入力情報を発行する。 - 特許庁

例文

In the future,if XtDispatchEvent is called with a ButtonPress event matching thespecified button and modifiers (which may be AnyButton or AnyModifier,respectively) for the widget's window, the Intrinsics will call XtUngrabPointerwith the timestamp from the ButtonPress event if either of the followingconditions is true: There is a modal cascade and the widget is not in theactive subset of the cascade and the pointer was not previously grabbed,or発音を聞く 例文帳に追加

後で指定したボタンとモディファイアにマッチする(ボタンはAnyButton,モディファイアはAnyModifierでも良い)ButtonPressを使ってXtDispatchEventが呼び出された場合、以下の条件のいずれかが成り立つならば、イントリンシクスはKeyPressイベントから得たタイムスタンプを使ってXtUngrabPointerを呼び出す:\\(bu 3モーダルカスケードがあり、ウィジェットがカスケードのアクティブなサブセットではなく、ポインタが以前にグラブされていない。 - XFree86

>>例文の一覧を見る

「keypress」の意味に関連した用語

keypressのページの著作権
英和・和英辞典 情報提供元は 参加元一覧 にて確認できます。

   
Text is available under Creative Commons Attribution-ShareAlike (CC-BY-SA) and/or GNU Free Documentation License (GFDL).
Weblio英和・和英辞典に掲載されている「Wiktionary英語版」の記事は、Wiktionaryのkeypress (改訂履歴)、key press (改訂履歴)の記事を複製、再配布したものにあたり、Creative Commons Attribution-ShareAlike (CC-BY-SA)もしくはGNU Free Documentation Licenseというライセンスの下で提供されています。

ピン留めアイコンをクリックすると単語とその意味を画面の右側に残しておくことができます。

こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

このモジュールを今後表示しない
みんなの検索ランキング
閲覧履歴
無料会員登録をすると、
単語の閲覧履歴を
確認できます。
無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS