Advertisement
Guest User

_autoCapitalizeTest.py

a guest
Apr 18th, 2019
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.20 KB | None | 0 0
  1. from direct.gui.DirectEntry import DirectEntry
  2. from direct.showbase.ShowBase import ShowBase
  3.  
  4. ShowBase()
  5.  
  6. entry = DirectEntry(parent=aspect2d, scale=0.2, pos=(-1, 0, 0), autoCapitalize=1)
  7.  
  8. base.run()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement