Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: p2rkw on November 26, 2012, 11:14:54 pm

Title: wxEVT_SCI_KEY event isn't sent
Post by: p2rkw on November 26, 2012, 11:14:54 pm
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 ?
Title: Re: wxEVT_SCI_KEY event isn't sent
Post by: dmoore on November 26, 2012, 11:23:22 pm
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