You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linux [hostname redacted] 5.4.0-91-generic #102-Ubuntu SMP Fri Nov 5 16:31:28 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Steps to reproduce
Sample scene:
defmoduleExample.Scenedo@moduledoc""" This is a minimal scene that will publish received events to the console. """useScenic.Scene@input_classes[:cursor_button,:cursor_scroll,:cursor_pos]@implScenic.Scenedefinit(scene,_param,_opts)do:ok=request_input(scene,@input_classes){:ok,scene}end@implScenic.Scenedefhandle_input(evt,_ctx,scene)doIO.inspect(evt,label: "Input: "){:noreply,scene}endend
Expected Behavior
Mouse buttons that aren't left, right, or middle click should have unique button identifiers.
Actual Behavior
Mouse buttons beyond the normal three always report as :unknown.
The text was updated successfully, but these errors were encountered:
Checklist
Versions and Environment
Elixir:
# elixir -v Erlang/OTP 24 [erts-12.0.3] [source] [64-bit] [smp:16:16] [ds:16:16:10] [async-threads:1] [jit] Elixir 1.12.2 (compiled with Erlang/OTP 24)
Erlang:
# erl -v Erlang/OTP 24 [erts-12.0.3] [source] [64-bit] [smp:16:16] [ds:16:16:10] [async-threads:1] [jit]
Scenic:
OS:
Steps to reproduce
Sample scene:
Expected Behavior
Mouse buttons that aren't left, right, or middle click should have unique button identifiers.
Actual Behavior
Mouse buttons beyond the normal three always report as
:unknown
.The text was updated successfully, but these errors were encountered: