Skip to content

Commit

Permalink
Added button for mouse filter
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Apr 11, 2003
1 parent 54660b4 commit c51ccf8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doomsday/Src/ui_panel.c
Expand Up @@ -86,6 +86,7 @@ cvarbutton_t cvarbuttons[] =
{ 0, "input-mouse-y-inverse" },
{ 0, "input-mouse-x-disable" },
{ 0, "input-mouse-y-disable" },
{ 0, "input-mouse-filter" },
{ 0, "input-joy" },
{ 0, "input-key-show-scancodes" },
{ 0, "net-nosleep" },
Expand Down Expand Up @@ -321,6 +322,9 @@ ui_object_t ob_panel[] =
{ UI_TEXT, 0, 0, 280, 0, 0, 50, "Input Options", UIText_Drawer },
{ UI_TEXT, 0, 0, 300, 70, 0, 55, "Invert mouse Y axis", UIText_Drawer },
{ UI_BUTTON2, 0, 0, 680, 70, 70, 55, "input-mouse-y-inverse", UIButton_Drawer, UIButton_Responder, 0, CP_CvarButton },
{ UI_META, 4, 0, 0, 60 },
{ UI_TEXT, 0, 0, 300, 70, 0, 55, "Filter mouse movement", UIText_Drawer },
{ UI_BUTTON2, 0, 0, 680, 70, 70, 55, "input-mouse-filter", UIButton_Drawer, UIButton_Responder, 0, CP_CvarButton },
{ UI_TEXT, 0, 0, 300, 130, 0, 55, "Disable mouse X axis", UIText_Drawer },
{ UI_BUTTON2, 0, 0, 680, 130, 70, 55, "input-mouse-x-disable", UIButton_Drawer, UIButton_Responder, 0, CP_CvarButton },
{ UI_TEXT, 0, 0, 300, 190, 0, 55, "Disable mouse Y axis", UIText_Drawer },
Expand Down

0 comments on commit c51ccf8

Please sign in to comment.