Method: Vedeu::Input::Capture#keypress
- Defined in:
- lib/vedeu/input/capture.rb
#keypress ⇒ String|Symbol (private)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns the translated (when possible) keypress(es).
91 92 93 |
# File 'lib/vedeu/input/capture.rb', line 91 def keypress Vedeu::Input::Translator.translate(input) end |