2

I'm working on a game written using haxeflixel and, on mac, whenever you hold down certain keys (A, for instance) a menu pops up at the top of the game window.

Mac special character menu

Is there any way to disable this menu inside my application only?

davey555
  • 720
  • 1
  • 7
  • 15

1 Answers1

1

According to this OpenFL issue, OpenFL Next doesn't have this problem. There's two ways to enable Next:

  • Add -Dnext when compiling on the command line.
  • Add <set name="next" /> to your Project.xml. Note that this line has to come before <haxelib name="flixel" />.
Gama11
  • 31,714
  • 9
  • 78
  • 100