mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 15:53:55 -04:00
dgui: remove erroneous p3d.
prefix (regression from #819)
This commit is contained in:
parent
88fd65394b
commit
3755e157bf
@ -70,8 +70,8 @@ B3PRESS = PGButton.getPressPrefix() + MouseButton.three().getName() + '-'
|
||||
B1RELEASE = PGButton.getReleasePrefix() + MouseButton.one().getName() + '-'
|
||||
B2RELEASE = PGButton.getReleasePrefix() + MouseButton.two().getName() + '-'
|
||||
B3RELEASE = PGButton.getReleasePrefix() + MouseButton.three().getName() + '-'
|
||||
WHEELUP = PGButton.getReleasePrefix() + p3d.MouseButton.wheelUp().getName() + '-'
|
||||
WHEELDOWN = PGButton.getReleasePrefix() + p3d.MouseButton.wheelDown().getName() + '-'
|
||||
WHEELUP = PGButton.getReleasePrefix() + MouseButton.wheelUp().getName() + '-'
|
||||
WHEELDOWN = PGButton.getReleasePrefix() + MouseButton.wheelDown().getName() + '-'
|
||||
# For DirectEntry widgets
|
||||
OVERFLOW = PGEntry.getOverflowPrefix()
|
||||
ACCEPT = PGEntry.getAcceptPrefix() + KeyboardButton.enter().getName() + '-'
|
||||
|
Loading…
x
Reference in New Issue
Block a user