From 92a5107f9f3c4259b928795dc98084e88eb333fa Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 7 Aug 2016 09:16:47 -0400 Subject: bridge: added initial virtual key-code translation table. --- src/internal/ptycon_bridge_impl.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/internal') diff --git a/src/internal/ptycon_bridge_impl.h b/src/internal/ptycon_bridge_impl.h index 0432cde..51ce93e 100644 --- a/src/internal/ptycon_bridge_impl.h +++ b/src/internal/ptycon_bridge_impl.h @@ -31,6 +31,11 @@ struct ptyc_term_input { unsigned char stream [PTYC_RAW_EVENTS*4]; }; +struct ptyc_vkcode { + const unsigned char const * mbstr; + uint16_t mblen; +}; + struct ptyc_term_ctx; typedef void * __fastcall ptyc_term_handler (struct ptyc_term_ctx *); -- cgit v1.2.3