Add double click input hint icons

This commit is contained in:
Keavon Chambers
2023-03-05 17:49:47 -08:00
parent b55e233fff
commit c8a7e58bd5
5 changed files with 16 additions and 0 deletions

View File

@@ -383,8 +383,10 @@ pub enum MouseMotion {
ScrollUp,
ScrollDown,
Drag,
LmbDouble,
LmbDrag,
RmbDrag,
RmbDouble,
MmbDrag,
}