Method: Vedeu::Input::Capture#keypress

Defined in:
lib/vedeu/input/capture.rb

#keypressString|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).

Returns:

  • (String|Symbol)


91
92
93
# File 'lib/vedeu/input/capture.rb', line 91

def keypress
  Vedeu::Input::Translator.translate(input)
end