41 #ifndef __DEV_PS2_KEYBOARD_HH__ 42 #define __DEV_PS2_KEYBOARD_HH__ 47 struct PS2KeyboardParams;
71 #endif // __DEV_PS2_KEYBOARD_hH__ bool recv(const std::vector< uint8_t > &data) override
Data received from host.
PS2Keyboard(const PS2KeyboardParams *p)
void unserialize(CheckpointIn &cp) override
Unserialize an object.
bool shiftDown
is the shift key currently down
std::ostream CheckpointOut
A device that expects to receive input from the vnc server should derrive (through mulitple inheriten...
void keyPress(uint32_t key, bool down) override
Called when the vnc server receives a key press event from the client.
void serialize(CheckpointOut &cp) const override
Serialize an object.
bool enabled
Is the device enabled?