Fundamentals
Components
Code Utilities
Demo
BcJsMouseService
Description
The BcJsMouseService provides JavaScript-based event listeners for mouse interactions. It allows tracking mouse movements, clicks, and button releases, enabling advanced UI interactions.
Method & Function Descriptions
InitMouseMove ( )
Initializes the MouseMove event listener.
Task
InitMouseUp ( )
Initializes the MouseUp event listener.
Task
ClickElement ( string id )
Triggers a Click event on the specified element by its ID.
Task
ClickElement ( ElementReference elementReference )
Triggers a Click event on the specified element reference.
Task
Actions
MouseUp
Action < MouseEventArgs >
The MouseUp event triggers when the mouse button is released inside the browser window.
MouseMove
Action < MouseEventArgs >
The MouseMove event triggers when the mouse moves inside the browser window.