gem5 v24.0.0.0
|
Declaration of a VNC input. More...
#include <iostream>
#include <memory>
#include "base/compiler.hh"
#include "base/imgwriter.hh"
#include "params/VncInput.hh"
#include "sim/sim_object.hh"
Go to the source code of this file.
Classes | |
class | gem5::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 | gem5::VncMouse |
class | gem5::VncInput |
struct | gem5::VncInput::PixelFormat |
struct | gem5::VncInput::PixelFormatMessage |
struct | gem5::VncInput::PixelEncodingsMessage |
struct | gem5::VncInput::FrameBufferUpdateReq |
struct | gem5::VncInput::KeyEventMessage |
struct | gem5::VncInput::PointerEventMessage |
struct | gem5::VncInput::ClientCutTextMessage |
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
Declaration of a VNC input.
Definition in file vncinput.hh.