| 
    VirtualC64 v5.0 beta
    
   Commodore 64 Emulator 
   | 
 
Representation of a key on the C64 keyboard. More...
#include <C64Key.h>
Static Public Member Functions | |
| static std::vector< C64Key > | translate (char c) | 
| Translates a character into a series of C64 keys.   | |
Public Attributes | |
| isize | nr = -1 | 
| Unique key identifier (0 .   | |
| isize | row = -1 | 
| Row index of this key in the keyboard matrix.   | |
| isize | col = -1 | 
| Column index of this key in the keyboard matrix.   | |
Static Public Attributes | |
| static const C64Key | ret | 
| Delete key.  | |
| static const C64Key | curLeftRight | 
| Return key.  | |
Representation of a key on the C64 keyboard.
      
  | 
  static | 
Translates a character into a series of C64 keys.
| isize col = -1 | 
Column index of this key in the keyboard matrix.
| isize nr = -1 | 
Unique key identifier (0 .
. 65)
| isize row = -1 | 
Row index of this key in the keyboard matrix.