forked from ec-/Quake3e
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disabled WASAPI for msvc builds
- Loading branch information
Showing
6 changed files
with
1,105 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Q: \r_mode doesn't work for fullscreen | ||
A: dedicated cvar \r_modeFullscreen now is used for fullscreen, | ||
set its value to "" if you want to use \r_mode again | ||
|
||
Q: what mouse mode is used for raw input? | ||
A: \in_mouse 1 | ||
|
||
Q: cnq3' raw input feels different | ||
A: try \in_lagged 1 | ||
|
||
Q: how to minimize/restore game window by ALT+X key, for example? | ||
A: set \in_minimize "alt+x" ; in_restart | ||
|
||
Q: non-US/EN keyboard input is not working as before | ||
A: \in_forceCharset 0 |
Oops, something went wrong.