Class: Caca::Event::Key::Press

Inherits:
Caca::Event::Key show all
Defined in:
ext/caca/caca-event.c

Constant Summary collapse

TYPE =
INT2FIX(CACA_EVENT_KEY_PRESS)

Instance Attribute Summary

Attributes inherited from Caca::Event::Key

#ch, #utf32, #utf8

Method Summary

Methods inherited from Caca::Event::Key

#initialize

Methods inherited from Caca::Event

#quit?, to_i, |

Constructor Details

This class inherits a constructor from Caca::Event::Key