LibLogicalAccess  2.5.0
An Open Source RFID Library
Loading...
Searching...
No Matches
inputdevice.hpp
Go to the documentation of this file.
1#ifndef _DEFINED_INPUTDEVICE
2#define _DEFINED_INPUTDEVICE
3
4#include "stdafx.h"
5#include <vector>
6
7#include "../keyboardsharedstruct.hpp"
8
9namespace KBDHOOK
10{
12{
13 public:
14 static std::vector<logicalaccess::KeyboardEntry> getDeviceList();
15};
16}
17
18#endif
Definition: inputdevice.hpp:12
static std::vector< logicalaccess::KeyboardEntry > getDeviceList()
Definition: inputdevice.cpp:6
Definition: inputdevice.cpp:5