Blackthorn 2D -- Lisp Game Engine
API documentation
Package:
blackthorn
Function use-input-mode
Lambda List
use-input-mode
(
new-mode
)
Arguments
new-mode
-- The new
input-mode
.
Details
Assigns a new input mode. Influences the parent context, as per a special variable. Calls
leave
on the old mode, and
enter
on the new mode, if they differ.
See also
input-mode
leave
enter