func (w *WebContents) EnableRecordInput() { w.RecordInput = true globals.EventLog.Log("Enabling web card input passthrough.", false) }
()
| 5690 | // } |
| 5691 | |
| 5692 | func (w *InternetContents) DisableRecordInput() { |
| 5693 | w.RecordInput = false |
| 5694 | globals.EventLog.Log("Disabling web card input passthrough.", false) |
| 5695 | } |
| 5696 | |
| 5697 | func (w *InternetContents) Draw() { |
| 5698 |