Add double click input hint icons

This commit is contained in:
Keavon Chambers
2023-03-05 17:49:47 -08:00
parent 93139d45b2
commit fc56a6063e
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,
}