Uses of Interface
me.nemo_64.betterinputs.api.platform.IPlatformKeyProvider
-
Packages that use IPlatformKeyProvider Package Description me.nemo_64.betterinputs.api -
-
Uses of IPlatformKeyProvider in me.nemo_64.betterinputs.api
Methods in me.nemo_64.betterinputs.api that return IPlatformKeyProvider Modifier and Type Method Description abstract IPlatformKeyProvider
BetterInputs. getKeyProvider(P platformIdentifiable)
Gets a key provider for the platform identifiable objectMethods in me.nemo_64.betterinputs.api that return types with arguments of type IPlatformKeyProvider Modifier and Type Method Description Optional<IPlatformKeyProvider>
BetterInputs. tryGetKeyProvider(Object object)
Gets the key provider for the provided object which is supposed to be a platform identifiable object
-