Enum sciter::dom::event::EventReason [] [src]

pub enum EventReason {
    General(CLICK_REASON),
    EditChanged(EDIT_CHANGED_REASON),
    VideoBind(LPVOID),
}

UI action causing change.

Variants

General event source triggers (by mouse, key or synthesized).

Edit control change trigger.

<video> request for frame source binding (unsupported yet).

Trait Implementations

impl Debug for EventReason
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for EventReason

impl !Sync for EventReason