Nui
Loading...
Searching...
No Matches
ui_event.hpp
Go to the documentation of this file.
1#pragma once
2
4
5namespace Nui::WebApi
6{
13 class UiEvent : public Event
14 {
15 public:
16 explicit UiEvent(Nui::val event);
17
18 long detail() const;
19
21
22 Nui::val view() const;
23 };
24}
Definition event.hpp:22
The UIEvent interface represents simple user interface events.
Definition ui_event.hpp:14
Nui::val view() const
Definition ui_event.cpp:16
long detail() const
Definition ui_event.cpp:8
Nui::val sourceCapabilities() const
Definition ui_event.cpp:12
Definition abort_controller.hpp:8
emscripten::val val
Definition val.hpp:5