Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
wxEVT_SCI_KEY event isn't sent
(1/1)
p2rkw:
I can't handle up and down arrows because wxEVT_SCI_KEY isn't sent. Why there are only wxEVT_SCI_TAB and wxEVT_SCI_ESC? Can I fire this event in wxScintilla::OnKeyDown ?
dmoore:
I think that by design wxEVT_SCI_KEY only triggers for keystrokes that aren't processed by scintilla. You can process wxEVT_KEY* events instead
Navigation
[0] Message Index
Go to full version