mirror of
https://github.com/ksherlock/TwoTerm.git
synced 2024-12-22 07:30:40 +00:00
EventCharacters.
git-svn-id: svn://qnap.local/TwoTerm/branches/frameless@2466 5590a31f-7b70-45f8-8c82-aa3a8e5f4507
This commit is contained in:
parent
8c65b9e6c5
commit
1522013d9c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user