Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/gameengine/GameLogic/SCA_IInputDevice.cpp')
-rw-r--r--source/gameengine/GameLogic/SCA_IInputDevice.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/gameengine/GameLogic/SCA_IInputDevice.cpp b/source/gameengine/GameLogic/SCA_IInputDevice.cpp
index d73549b8818..87d161ecabc 100644
--- a/source/gameengine/GameLogic/SCA_IInputDevice.cpp
+++ b/source/gameengine/GameLogic/SCA_IInputDevice.cpp
@@ -50,7 +50,10 @@ SCA_IInputDevice::~SCA_IInputDevice()
{
}
-
+void SCA_IInputDevice::HookEscape()
+{
+ assert(false && "This device does not support hooking escape.");
+}
void SCA_IInputDevice::ClearStatusTable(int tableid)
{