跳转到主要内容

TouchGFX引擎特性

本节包含不同TouchGFX引擎功能的信息,如位图缓存、部分帧缓存、多语言支持等。

📄️ 自定义触发条件和操作

通过TouchGFX Designer,您可以自己定义具有触发条件和操作的交互组件。 Each Screen in your application can contain a collection of actions (these are simply void methods in C++) that you can call from within TouchGFX Designer as well as in code, while custom containers can also have a collection of triggers (which is equal to a callback in C++) which your application can react to. 在本文中,我们将详细介绍此功能,以探索使用它创建更简洁、动态的TouchGFX应用。