本文介绍了UWP C# - 是否有按钮鼠标举行活动?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我遇到的问题是我有一个按钮,我希望在按下按钮时增加一个值(通过鼠标和/或触摸事件)。用鼠标有办法吗?我知道触摸有一个召唤事件,但是对于鼠标事件我没有看到任何类似于此的

The problem I am running into is I have a button, and I want a value to increase while the button is being held down(by a mouse and/or touch event). Is there a way to do with with a mouse? I know there is a holding event for touch, but I don't see any thing like this for mouse events.

谢谢!

推荐答案


这篇关于UWP C# - 是否有按钮鼠标举行活动?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

11-03 03:57