Cogs.Core
Source
Input
IInputDevice.h
1
#pragma once
2
3
#include "InputDeviceState.h"
4
5
namespace
Cogs
6
{
7
namespace
Core
8
{
9
class
IInputDevice
10
{
11
public
:
13
virtual
bool
getState
(
InputDeviceState
&) = 0;
14
};
15
}
16
}
Cogs::Core::IInputDevice
Definition:
IInputDevice.h:10
Cogs::Core::IInputDevice::getState
virtual bool getState(InputDeviceState &)=0
Attempt to poll the latest input state for this device, returns true if success and false if any erro...
Cogs
Contains all Cogs related functionality.
Definition:
FieldSetter.h:23
Cogs::Core::InputDeviceState
Definition:
InputDeviceState.h:22
Generated by
1.9.6