Re: Problem with using ALT keys and/or CTRL keys with wxEuphoria

new topic     » goto parent     » topic index » view thread      » older message » newer message
Bhupen1277 said...

Ctrl i and Ctrl m are being trapped internally by wxWidgets. Perhaps I can use wxEVT_CHAR_HOOK to rectify this situation.

In that case yes, this is what wxEVT_CHAR_HOOK is meant for. Make sure you call skip( event ) when processing that event.

Bhupen1277 said...

Currently I am not worried about non-Windows users, as my effort is for the Windows users and eventually for the Android users.

We are an incredibly long way off from running Euphoria on Android. It's not impossible, but there are a lot of hoops to jump through to get there.

Plus, the wxAndroid port is still very immature and there's no guarantee it will ever be up to par with the main-line library.

If your goal is to write a single mobile/desktop cross-platform application, you're better off looking at a web-based solution like Electron or Cordova.

-Greg

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu