protonscr

Steam overlay UI unclickable - WM_POINTER events dropped instead of consumed (Unity Legacy Input System regression)

steamclosed
ValveSoftware/steam-for-linux#13034 · opened 2026-03-25 by rkdrudals0425 · updated 2026-03-25 · 1 comments · github
Rrkdrudals0425 2026-03-25 github

Summary

Since the Steam Client Beta update on March 10th, the Steam overlay UI does not respond to clicks when the game uses WM_POINTER events (e.g. Unity Legacy Input System).

Expected Behavior

  1. User opens Steam overlay
  2. User clicks on overlay UI
  3. Overlay receives WM_POINTER event → processes the click on overlay UI → stops propagation to game

Actual Behavior

  1. User opens Steam overlay
  2. User clicks on overlay UI
  3. WM_POINTER event is dropped entirely — overlay UI does not respond to the click at all

Root Cause (suspected)

The March 10th update was intended to prevent WM_POINTER events from passing through the overlay to the game. However, the overlay itself also fails to process the events — they are discarded without being consumed, making the overlay UI unclickable.

Reproduction Environment

  • Device: ASUS ROG Ally
  • Game engine: Unity (Legacy Input System)
  • OS: Windows
  • Steam version: Beta client post March 10th update

Regression

This worked correctly before the March 10th Steam Client Beta update.
Reference: https://steamcommunity.com/groups/SteamClientBeta/announcements/detail/503977720511727999

Kkisak-valve maintainer 2026-03-25 github

Hello @rkdrudals0425, the Steam for Windows client is out of scope for this issue tracker. Please use Steam Support for your feedback to reach the larger Steam support team.

Nothing extracted yet.