Sleeping Wombat GUI  0.100
swGUI
Device.h
Go to the documentation of this file.
1 #pragma once
2 
9 
10 
11 namespace sw {
12 namespace input
13 {
14 
15 
21 class Device
22 {
23 private:
24 protected:
25 public:
26  explicit Device () = default;
27  virtual ~Device () = default;
28 
29 };
30 
32 
33 
34 } // input
35 } // sw
36 
37 
Definition: DirectInputModule.cpp:11
Plik zawiera definicje podstawowych typów zmiennych.
Interface class for input devices.
Definition: Device.h:21
virtual ~Device()=default
DEFINE_OPTR_TYPE(Device)