Function TextureButton.texturePressed

Texture to display on mouse down over the node, if the node has keyboard focus and the player presses the Enter key or if the player presses the BaseButton.shortcut key.

Texture texturePressed() nothrow @property @nogc;

void texturePressed (
  Texture v
) nothrow @property @nogc;