module Scar::Event
Overview
This module contains the abstract base struct for all events in the Scar game library Scar::Event::Event
and all builtin events (including wrappers for all SFML events).
Extended Modules
Defined in:
scar/event.crInstance Method Summary
-
#from_sfml_event(e)
Converts a raw SFML Event to the matching event wrapper (used internally)