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/GamePlayer/common/GPC_MouseDevice.h')
-rw-r--r--source/gameengine/GamePlayer/common/GPC_MouseDevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/gameengine/GamePlayer/common/GPC_MouseDevice.h b/source/gameengine/GamePlayer/common/GPC_MouseDevice.h
index b092fbd21dd..504df2376bb 100644
--- a/source/gameengine/GamePlayer/common/GPC_MouseDevice.h
+++ b/source/gameengine/GamePlayer/common/GPC_MouseDevice.h
@@ -99,7 +99,7 @@ protected:
* \param eventval Value for this event.
* \return Indication as to whether the event was processed.
*/
- virtual bool ConvertEvent(KX_EnumInputs kxevent, int eventval);
+ virtual bool ConvertEvent(KX_EnumInputs kxevent, int eventval, unsigned int unicode);
};
#endif /* __GPC_MOUSEDEVICE_H__ */