Sleeping Wombat GUI  0.100
swGUI
Factory.h
Go to the documentation of this file.
1 #pragma once
2 
4 
5 
6 
7 
8 namespace sw {
9 namespace input
10 {
11 
12 
13 
14 
15 namespace InputFactory
16 {
17 
19 
20 } // InputLibrary
21 
22 
23 
24 
25 } // input
26 } // sw
27 
Definition: DirectInputModule.cpp:11
IInput * CreateDirectInput()
Definition: DirectInputModule.cpp:230
Interface for input classes for capturing user input.
Definition: IInput.h:65