Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.267 ·

New pointer/mouse press event class for plugin UI

Internal plugin UI code gained a class for tracking mouse/pointer press details

TierUse it nowhow much it should matter to you
Useful3my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaPlugin UIwhat it touches
KindNew Featuresin v2.1.267,
Use it now

Internal plugin UI code gained a class for tracking mouse/pointer press details

What

A new internal class captures details of a pointer or mouse press for use by plugin user-interface code: the press type, column and row position (both global and local to the element), which button was pressed, and whether shift, alt, or ctrl were held.

Why

This is internal plumbing that supports building interactive plugin UI elements that respond to mouse clicks; it isn't something a reader configures directly.

See this entry in the whole of v2.1.267 →

Feedback