瀏覽代碼

Adding basic mouse button test .kll file

- Will need to be updated for full KLL mouse support later
master
Jacob Alexander 8 年之前
父節點
當前提交
55ffc6bdc5
共有 1 個檔案被更改,包括 17 行新增0 行删除
  1. 17
    0
      layouts/mouseTest.kll

+ 17
- 0
layouts/mouseTest.kll 查看文件

@@ -0,0 +1,17 @@
Name = mouseTest;
Version = 0.3d;
Author = "HaaTa (Jacob Alexander) 2016";
KLL = 0.3d;

# Modified Date
Date = 2016-03-20;

U"1" : mouseOut( 1 );
U"2" : mouseOut( 2 );
U"3" : mouseOut( 3 );
U"4" : mouseOut( 4 );
U"5" : mouseOut( 5 );
U"6" : mouseOut( 6 );
U"7" : mouseOut( 7 );
U"8" : mouseOut( 8 );