mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Mouse events menu (#401)
* Fixes an issue in the sln file that despite not having been changed, git reports as changed. * Adding some settings for crlf and user specific. * Prevent button clicked event if the point of the pressed and released don't match. Also decreases the delay for the triple click. * Changes the menu button clicked event to button pressed to improve mouse clicks. * Removed the action that was running all the time after the first running.
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -1,8 +1,9 @@
|
||||
bin
|
||||
obj
|
||||
*~
|
||||
~$*
|
||||
*.userprefs
|
||||
*~
|
||||
packages
|
||||
.vs
|
||||
*.csproj.user
|
||||
# User-specific files
|
||||
*.user
|
||||
|
||||
Reference in New Issue
Block a user