Home
last modified time | relevance | path

Searched defs:KeyInput (Results 1 – 25 of 383) sorted by relevance

12345678910>>...16

/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/Input/
H A DIInputHandler.cs65 public struct KeyInput struct
67 public KeyInputEvent Event;
68 public Keycode Key;
69 public Modifiers Modifiers;
70 public int MultiTapCount;
71 public char UnicodeChar;
72 public bool IsRepeat;
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/Input/
H A DInputState.h141 struct KeyInput { struct
142 KeyInput() {} in KeyInput() function
143 KeyInput(int devId, int code, int fl) : deviceId(devId), keyCode(code), flags(fl) {} in KeyInput() function
144 int deviceId;
145 int keyCode; // Android keycodes are the canonical keycodes, everyone else map to them.
146 int flags;
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/Input/
H A DInputState.h141 struct KeyInput { struct
142 KeyInput() {} in KeyInput() argument
143 KeyInput(int devId, int code, int fl) : deviceId(devId), keyCode(code), flags(fl) {} in KeyInput() argument
144 int deviceId;
145 int keyCode; // Android keycodes are the canonical keycodes, everyone else map to them.
146 int flags;
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/Input/
H A DInputState.h141 struct KeyInput { struct
142 KeyInput() {} in KeyInput() function
143 KeyInput(int devId, int code, int fl) : deviceId(devId), keyCode(code), flags(fl) {} in KeyInput() argument
144 int deviceId;
145 int keyCode; // Android keycodes are the canonical keycodes, everyone else map to them.
146 int flags;
/dports/games/manaplus/manaplus-2.1.3.17/src/input/
H A Dkeyinput.h83 KeyInput() noexcept2 : in KeyInput() function
92 KeyInput(const KeyInput &k) noexcept2 : in KeyInput() function
102 A_DEFAULT_COPY(KeyInput) in A_DEFAULT_COPY() argument
/dports/games/spacejunk/spacejunk-1.0.5/guichan/include/guichan/
H A Dkeyinput.hpp59 class GCN_CORE_DECLSPEC KeyInput class
66 KeyInput() { }; in KeyInput() function in gcn::KeyInput
/dports/devel/guichan/guichan-0.8.2/include/guichan/
H A Dkeyinput.hpp59 class GCN_CORE_DECLSPEC KeyInput class
66 KeyInput() { }; in KeyInput() function in gcn::KeyInput
/dports/devel/fifechan/fifechan-0.1.5/include/fifechan/
H A Dkeyinput.hpp79 class FCN_CORE_DECLSPEC KeyInput class
86 KeyInput() { }; in KeyInput() function in fcn::KeyInput
/dports/games/qonk/qonk-0.3.1/guichan/guichan/
H A Dkeyinput.hpp69 class GCN_CORE_DECLSPEC KeyInput class
76 KeyInput() { }; in KeyInput() function in gcn::KeyInput
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Widgets/
H A DLogicKeyListenerWidget.cs31 public void AddHandler(Func<KeyInput, bool> func) in AddHandler()
/dports/games/stratagus/stratagus-3.2.0/src/guichan/include/guichan/
H A Dkeyinput.h74 KeyInput() { }; in KeyInput() function
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/guichan/include/guichan/
H A Dkeyinput.h74 KeyInput() { }; in KeyInput() function
/dports/games/stratagus/stratagus-3.2.0/src/guichan/
H A Dkeyinput.cpp63 KeyInput::KeyInput(const Key& key, int type) in KeyInput() function in gcn::KeyInput
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/guichan/
H A Dkeyinput.cpp63 KeyInput::KeyInput(const Key& key, int type) in KeyInput() function in gcn::KeyInput
/dports/www/firefox-esr/firefox-91.8.0/remote/test/puppeteer/src/common/
H A DUSKeyboardLayout.ts37 export type KeyInput = alias
/dports/www/firefox/firefox-99.0/remote/test/puppeteer/src/common/
H A DUSKeyboardLayout.ts37 export type KeyInput = alias
/dports/mail/thunderbird/thunderbird-91.8.0/remote/test/puppeteer/src/common/
H A DUSKeyboardLayout.ts37 export type KeyInput = alias
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/front_end/third_party/puppeteer/package/lib/esm/puppeteer/common/
H A DUSKeyboardLayout.d.ts35 export declare type KeyInput = '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' | 'Power' … alias
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/puppeteer/lib/cjs/puppeteer/common/
H A DUSKeyboardLayout.d.ts35 export declare type KeyInput = '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' | 'Power' … alias
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/puppeteer/lib/esm/puppeteer/common/
H A DUSKeyboardLayout.d.ts35 export declare type KeyInput = '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' | 'Power' … alias
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/control/
H A Dtemplatedefaultview.cxx50 bool TemplateDefaultView::KeyInput( const KeyEvent& rKEvt ) in KeyInput() function in TemplateDefaultView
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/querydesign/
H A DJoinDesignView.cxx90 void OJoinDesignView::KeyInput( const KeyEvent& rEvt ) in KeyInput() function in dbaui::OJoinDesignView
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/querydesign/
H A DJoinDesignView.cxx102 void OJoinDesignView::KeyInput( const KeyEvent& rEvt ) in KeyInput() function in dbaui::OJoinDesignView
/dports/editors/libreoffice/libreoffice-7.2.6.2/forms/source/richtext/
H A Drichtextviewport.cxx63 void RichTextViewPort::KeyInput( const KeyEvent& _rKEvt ) in KeyInput() function in frm::RichTextViewPort
/dports/editors/libreoffice6/libreoffice-6.4.7.2/forms/source/richtext/
H A Drichtextviewport.cxx63 void RichTextViewPort::KeyInput( const KeyEvent& _rKEvt ) in KeyInput() function in frm::RichTextViewPort

12345678910>>...16