mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-05 03:15:07 -04:00
remove old panda code
This commit is contained in:
parent
1bafa350b6
commit
1e446cffff
@ -39,11 +39,8 @@ DESTROY = 'destroy-'
|
|||||||
PRINT = 'print-'
|
PRINT = 'print-'
|
||||||
ENTER = PGButton.getEnterPrefix()
|
ENTER = PGButton.getEnterPrefix()
|
||||||
EXIT = PGButton.getExitPrefix()
|
EXIT = PGButton.getExitPrefix()
|
||||||
#WITHIN = PGButton.getWithinPrefix()
|
WITHIN = PGButton.getWithinPrefix()
|
||||||
#WITHOUT = PGButton.getWithoutPrefix()
|
WITHOUT = PGButton.getWithoutPrefix()
|
||||||
# Temporary for old pandas
|
|
||||||
WITHIN = 'within-'
|
|
||||||
WITHOUT = 'without-'
|
|
||||||
B1CLICK = PGButton.getClickPrefix() + MouseButton.one().getName() + '-'
|
B1CLICK = PGButton.getClickPrefix() + MouseButton.one().getName() + '-'
|
||||||
B2CLICK = PGButton.getClickPrefix() + MouseButton.two().getName() + '-'
|
B2CLICK = PGButton.getClickPrefix() + MouseButton.two().getName() + '-'
|
||||||
B3CLICK = PGButton.getClickPrefix() + MouseButton.three().getName() + '-'
|
B3CLICK = PGButton.getClickPrefix() + MouseButton.three().getName() + '-'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user