mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -04:00
use-keystrokes is now the default
This commit is contained in:
parent
2aa3aa5f97
commit
254b93fc75
@ -43,7 +43,7 @@ const bool pgui_quick = config_pgui.GetBool("pgui-quick", true);
|
||||
|
||||
// Temporary variable to support old-style button press/release for
|
||||
// pgentries, before keystrokes were implemented.
|
||||
const bool use_keystrokes = config_pgui.GetBool("use-keystrokes", false);
|
||||
const bool use_keystrokes = config_pgui.GetBool("use-keystrokes", true);
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
x
Reference in New Issue
Block a user