EventCharacters.

git-svn-id: svn://qnap.local/TwoTerm/branches/frameless@2466 5590a31f-7b70-45f8-8c82-aa3a8e5f4507
This commit is contained in:
Kelvin Sherlock 2012-08-01 23:58:39 +00:00
parent 8c65b9e6c5
commit 1522013d9c

View File

@ -15,6 +15,12 @@
#ifdef __cplusplus
class Screen;
class OutputChannel;
#include <string>
extern "C" unsigned EventCharacters(NSEvent *event, std::u32string &rv);
#else
#define Screen void
#define OutputChannel void