Home
last modified time | relevance | path

Searched refs:keyPress_ (Results 1 – 6 of 6) sorted by relevance

/dports/math/curv/curv-0.5/extern/replxx/src/
H A Dreplxx.cxx230 void Replxx::emulate_key_press( char32_t keyPress_ ) { in emulate_key_press() argument
231 _impl->emulate_key_press( keyPress_ ); in emulate_key_press()
234 Replxx::ACTION_RESULT Replxx::invoke( ACTION action_, char32_t keyPress_ ) { in invoke() argument
235 return ( _impl->invoke( action_, keyPress_ ) ); in invoke()
238 void Replxx::bind_key( char32_t keyPress_, key_press_handler_t handler_ ) { in bind_key() argument
239 _impl->bind_key( keyPress_, handler_ ); in bind_key()
242 void Replxx::bind_key_internal( char32_t keyPress_, char const* actionName_ ) { in bind_key_internal() argument
243 _impl->bind_key_internal( keyPress_, actionName_ ); in bind_key_internal()
294 void replxx_emulate_key_press( ::Replxx* replxx_, int unsigned keyPress_ ) { in replxx_emulate_key_press() argument
296 replxx->emulate_key_press( keyPress_ ); in replxx_emulate_key_press()
[all …]
/dports/mail/rspamd-devel/rspamd-93430bb/contrib/replxx/src/
H A Dreplxx.cxx233 void Replxx::emulate_key_press( char32_t keyPress_ ) { in emulate_key_press() argument
234 _impl->emulate_key_press( keyPress_ ); in emulate_key_press()
237 Replxx::ACTION_RESULT Replxx::invoke( ACTION action_, char32_t keyPress_ ) { in invoke() argument
238 return ( _impl->invoke( action_, keyPress_ ) ); in invoke()
241 void Replxx::bind_key( char32_t keyPress_, key_press_handler_t handler_ ) { in bind_key() argument
242 _impl->bind_key( keyPress_, handler_ ); in bind_key()
245 void Replxx::bind_key_internal( char32_t keyPress_, char const* actionName_ ) { in bind_key_internal() argument
246 _impl->bind_key_internal( keyPress_, actionName_ ); in bind_key_internal()
301 void replxx_emulate_key_press( ::Replxx* replxx_, int unsigned keyPress_ ) { in replxx_emulate_key_press() argument
303 replxx->emulate_key_press( keyPress_ ); in replxx_emulate_key_press()
[all …]
/dports/mail/rspamd/rspamd-3.1/contrib/replxx/src/
H A Dreplxx.cxx233 void Replxx::emulate_key_press( char32_t keyPress_ ) { in emulate_key_press() argument
234 _impl->emulate_key_press( keyPress_ ); in emulate_key_press()
237 Replxx::ACTION_RESULT Replxx::invoke( ACTION action_, char32_t keyPress_ ) { in invoke() argument
238 return ( _impl->invoke( action_, keyPress_ ) ); in invoke()
241 void Replxx::bind_key( char32_t keyPress_, key_press_handler_t handler_ ) { in bind_key() argument
242 _impl->bind_key( keyPress_, handler_ ); in bind_key()
245 void Replxx::bind_key_internal( char32_t keyPress_, char const* actionName_ ) { in bind_key_internal() argument
246 _impl->bind_key_internal( keyPress_, actionName_ ); in bind_key_internal()
301 void replxx_emulate_key_press( ::Replxx* replxx_, int unsigned keyPress_ ) { in replxx_emulate_key_press() argument
303 replxx->emulate_key_press( keyPress_ ); in replxx_emulate_key_press()
[all …]
/dports/devel/replxx/replxx-release-0.0.3/src/
H A Dreplxx.cxx234 void Replxx::emulate_key_press( char32_t keyPress_ ) { in emulate_key_press() argument
235 _impl->emulate_key_press( keyPress_ ); in emulate_key_press()
238 Replxx::ACTION_RESULT Replxx::invoke( ACTION action_, char32_t keyPress_ ) { in invoke() argument
239 return ( _impl->invoke( action_, keyPress_ ) ); in invoke()
242 void Replxx::bind_key( char32_t keyPress_, key_press_handler_t handler_ ) { in bind_key() argument
243 _impl->bind_key( keyPress_, handler_ ); in bind_key()
246 void Replxx::bind_key_internal( char32_t keyPress_, char const* actionName_ ) { in bind_key_internal() argument
247 _impl->bind_key_internal( keyPress_, actionName_ ); in bind_key_internal()
302 void replxx_emulate_key_press( ::Replxx* replxx_, int unsigned keyPress_ ) { in replxx_emulate_key_press() argument
304 replxx->emulate_key_press( keyPress_ ); in replxx_emulate_key_press()
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Input/
H A DInput.h371 HashSet<int> keyPress_; variable
H A DInput.cpp1308 return keyPress_.Contains(SDL_tolower(key)); in GetKeyPress()
1529 keyPress_.Clear(); in ResetInputAccumulation()
1596 keyPress_.Clear(); in ResetState()
1743 keyPress_.Insert(key); in SetKey()