Access display keys with DisplayKey.get
The use of displaykey.*
to refer to display keys in Gosu, PCF, and other configuration files
is no longer valid.
To refer to display keys, use the method DisplayKey.get. For example:
Old reference |
New reference |
|---|---|
|
|
You must include the following uses statement in any Gosu program
that calls DisplayKey.get:
uses gw.api.locale.DisplayKey
