libevdevxx 0.4.0
A C++ wrapper for libevdev.
Loading...
Searching...
No Matches
Grabber.hpp
Go to the documentation of this file.
1/*
2 * libevdevxx - a C++ wrapper for libevdev
3 *
4 * Copyright (C) 2021-2023 Daniel K. O.
5 * SPDX-License-Identifier: MIT
6 */
7
8
9#ifndef LIBEVDEVXX_GRABBER_HPP
10#define LIBEVDEVXX_GRABBER_HPP
11
12
13#include "Device.hpp"
14
15
16namespace evdev {
17
18
20 class Grabber {
21
22 Device& dev;
23
24 public:
25
27
29
30 };
31
32
33}
34
35
36#endif
Represents a device (real of not).
Definition: Device.hpp:52
RAII class to call Device::grab() and Device::ungrab() on a device.
Definition: Grabber.hpp:20
Grabber(Device &dev)
The namespace of libevdevxx.
Definition: AbsInfo.hpp:20