summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2020-08-29 18:54:18 -0400
committerGitHub <noreply@github.com>2020-08-29 18:54:18 -0400
commit3d2fc76aa24047deb167768940c5969d2bb2a595 (patch)
tree9732b15a1570a83ffc7fa0db4d78773ceda30dd6 /tests
parentb6363096b416ddbe8f4a207cdd896194ba3e6e95 (diff)
feature: Add mouse click support for moving between widgets (#208)
Adds mouse support to the application, to move between widgets and click on elements. List of things to added: - Click to move between widgets - Click to move between widgets in basic mode - Click on widget entries - Ability to disable mouse if you don't like it, I guess
Diffstat (limited to 'tests')
-rw-r--r--tests/layout_movement_tests.rs9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/layout_movement_tests.rs b/tests/layout_movement_tests.rs
new file mode 100644
index 00000000..ef73c683
--- /dev/null
+++ b/tests/layout_movement_tests.rs
@@ -0,0 +1,9 @@
+// TODO: Test basic mode
+// #[test]
+// fn test_basic_mode() {
+// let ret_bottom_layout = BottomLayout::init_basic_default(false);
+// }
+
+// TODO: Test moving around with procs and their hidden children.
+
+// TODO: Test moving around with cpus if they get hidden. \ No newline at end of file