1
Programming / Re: BearLibTerminal: a pseudo-terminal window library for roguelike
« on: July 18, 2017, 05:13:38 PM »Quote
Quote from: denizzzkaI am registerd just to ask: is mouse supported by BearLib terminal in Linux? <...> Maybe mouse events should be enabled before it can be catched?Yes, you have to enable it explicitly. Specifically:Code: [Select]terminal_set("input.filter={keyboard, mouse}");
Yep, not the most intuitive part =/.
Works! Thanks!