gem5
v20.1.0.0
|
#include <iostream>
#include <memory>
#include "base/imgwriter.hh"
#include "params/VncInput.hh"
#include "sim/sim_object.hh"
Go to the source code of this file.
Classes | |
class | VncKeyboard |
A device that expects to receive input from the vnc server should derrive (through mulitple inheritence if necessary from VncKeyboard or VncMouse and call setKeyboard() or setMouse() respectively on the vnc server. More... | |
class | VncMouse |
class | VncInput |
struct | VncInput::PixelFormat |
struct | VncInput::PixelFormatMessage |
struct | VncInput::PixelEncodingsMessage |
struct | VncInput::FrameBufferUpdateReq |
struct | VncInput::KeyEventMessage |
struct | VncInput::PointerEventMessage |
struct | VncInput::ClientCutTextMessage |
Declaration of a VNC input
Definition in file vncinput.hh.