larsiusprime / SteamWrap

Haxe native extension for the Steam API
MIT License
106 stars 44 forks source link

Avoid deprecation warnings for private structure fields #21

Closed Gama11 closed 5 years ago

Gama11 commented 5 years ago

Not sure in which Haxe version these were introduced, but latest Haxe spits out these warnings:

SteamWrap/steamwrap/data/ControllerConfig.hx:258: characters 2-9 : Warning : private structure fields are deprecated
SteamWrap/steamwrap/data/ControllerConfig.hx:259: characters 2-9 : Warning : private structure fields are deprecated
SteamWrap/steamwrap/data/ControllerConfig.hx:260: characters 2-9 : Warning : private structure fields are deprecated
SteamWrap/steamwrap/data/ControllerConfig.hx:261: characters 2-9 : Warning : private structure fields are deprecated
SteamWrap/steamwrap/data/ControllerConfig.hx:262: characters 2-9 : Warning : private structure fields are deprecated

Doesn't seem like these really need to be private.