cmdfx 1.0.1
Lightweight game engine for your terminal
Loading...
Searching...
No Matches
Deprecated List
Member Device_fromKeyCode (int keyCode)
Non-functional under the ncurses backend; always returns 0. The character is provided directly on CMDFX_EVENT_KEY events (CmdFX_KeyEvent).
Member Device_getKeyboardKeysPressed ()
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.
Member Device_getMouseButtonsPressed ()
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.