📋
component-sdl2
  • Welcome
  • Setup
  • Getting started with the library
    • Getting started
    • Work with class identifiers
  • Extended work with the library
    • Creating custom components based on the Component class
    • Window event tracking
  • API
    • Supported CSS styles
    • Supported CSS Pseudo-Classes
    • Possible component events to track
    • Possible window events to track
Powered by GitBook
On this page

Was this helpful?

  1. API

Possible component events to track

Event

Description

click

Event occurs when a component is clicked

hover

An event occurs when you hover over a component

focus

The event occurs when focusing on the component

focusout

Event occurs when component loses focus

mousemotion

The event occurs when the mouse moves on the component

onmousedown

An event occurs when a button is pressed on a component

onmouseup

An event occurs when a button is released

onmouseover

An event occurs when the mouse enters the component

onmouseout

An event occurs when the mouse leaves the component

PreviousSupported CSS Pseudo-ClassesNextPossible window events to track

Last updated 5 years ago

Was this helpful?