瀏覽代碼

updated comment

Evan Almloff 3 年之前
父節點
當前提交
6f50da162b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/hooks.rs

+ 1 - 1
src/hooks.rs

@@ -152,7 +152,7 @@ pub struct RinkInputHandler {
 
 impl RinkInputHandler {
     /// global context that handles events
-    /// limitations: GUI key modifier is never detected
+    /// limitations: GUI key modifier is never detected, key up events are not detected, and mouse up events are not specific to a key
     pub fn new(
         mut receiver: UnboundedReceiver<TermEvent>,
         cx: &ScopeState,