Home
last modified time | relevance | path

Searched refs:EVENT_BUTTON (Results 1 – 1 of 1) sorted by relevance

/StarryEngine/starry_client/src/base/
H A Devent.rs22 pub const EVENT_BUTTON: i64 = 3; constant
51 EVENT_BUTTON => EventOption::Button(ButtonEvent::from_event(self)), in to_option()
140 code: EVENT_BUTTON, in to_event()