C++ DevKit
C++ set of OOP library
Loading...
Searching...
No Matches
ui_control_event.h
Go to the documentation of this file.
1
11#pragma once
12
40
UIControlEvent
The list of predefined events that a button, or more generally an User Interface Controller,...
Definition ui_control_event.h:18
@ LONG_PUSH
event triggered when a button is held more than a configurable duration.
Definition ui_control_event.h:28
@ PUSH
event triggered when a button is pushed
Definition ui_control_event.h:23
@ DOUBLE_PUSH
event triggered when a button is double-pushed
Definition ui_control_event.h:26
@ INCREMENT
event that signals the user trig an increment order.
Definition ui_control_event.h:34
@ TIME_OUT
event that signals nothing happens after a configurable period of time.
Definition ui_control_event.h:38
@ NONE
null event, no operation expected.
Definition ui_control_event.h:21
@ DECREMENT
event that signals the user trig an decrement order.
Definition ui_control_event.h:36
@ RELEASED_AFTER_SHORT_TIME
event triggered when a button is released before a configurable duration.
Definition ui_control_event.h:32
@ RELEASED_AFTER_LONG_TIME
event triggered when a button is released after a configurable duration.
Definition ui_control_event.h:30