Package com.blamejared.controlling.api.event
package com.blamejared.controlling.api.event
-
ClassDescriptionFired to check if a
KeyMappingconflicts with anotherKeyMapping.IEventHandler<T,U> Fired to check if aInputConstants.Keyis a valid key code modifier (like shift, control, alt).GetKeyEntryListenersEvent is called to get the values forIKeyEntry.children().KeyEntryMouseClickedEvent is called at the start ofIKeyEntry.mouseClicked(double, double, int).KeyEntryMouseReleasedEvent is called at the start ofIKeyEntry.mouseReleased(double, double, int).RenderKeyEntryEvent is called at the top ofIKeyEntry.render(GuiGraphics, int, int, int, int, int, int, int, boolean, float)is called, allowing mods to render additional info.Fired when a key is set.Fired when a key is set to the default, either through the individual reset button or the global reset button.