Non-functional under the ncurses backend: terminals cannot report which keys are currently held. This now always reports no keys. Listen for key input through the event system (CMDFX_EVENT_KEY) instead.
Non-functional under the ncurses backend: terminals cannot report which buttons are currently held. This now always reports no buttons. Listen for mouse input through the event system (CMDFX_EVENT_MOUSE) instead.