HoverTracker

Undocumented in source.

Members

Aliases

opEquals
alias opEquals = typeof(super).opEquals
Undocumented in source.

Functions

blocksInput
bool blocksInput()
Undocumented in source. Be warned that the author may not have intended to support it.
drawImpl
void drawImpl(Rectangle , Rectangle )
Undocumented in source. Be warned that the author may not have intended to support it.
hoverImpl
bool hoverImpl(HoverPointer )
Undocumented in source. Be warned that the author may not have intended to support it.
isHovered
bool isHovered()
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Object other)
Undocumented in source. Be warned that the author may not have intended to support it.
press
void press(HoverPointer pointer)
Undocumented in source. Be warned that the author may not have intended to support it.
pressHeld
void pressHeld(HoverPointer pointer)
Undocumented in source. Be warned that the author may not have intended to support it.
resizeImpl
void resizeImpl(Vector2 )
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin enableInputActions
Undocumented in source.

Variables

hoverIO
HoverIO hoverIO;
Undocumented in source.
hoverImplCount
int hoverImplCount;
Undocumented in source.
lastPointer
HoverPointer lastPointer;
Undocumented in source.
pointers
Appender!(HoverPointer[]) pointers;
Undocumented in source.
pressCount
int pressCount;
Undocumented in source.
pressHeldCount
int pressHeldCount;
Undocumented in source.

Meta