Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 340 Bytes

Code.md

File metadata and controls

20 lines (15 loc) · 340 Bytes

Class Code

Inherit

  • object

Methods

__init__(self) -> None
__init__(self, DGLib.Key.Special) -> None
__init__(self, unicode) -> None
__eq__(self, DGLib.Key.Code) -> bool
__ne__(self, DGLib.Key.Code) -> bool

IsSpecial(self) -> bool
GetChar(self) -> unicode
GetSpecialKey(self) -> DGLib.Key.Special
GetValue(self) -> int