Merge pull request #1391 from evmar/doc-fix

fix documentation on EventPump
This commit is contained in:
Cobrand
2024-06-13 12:18:25 +02:00
committed by GitHub

View File

@@ -329,7 +329,7 @@ subsystem!(SensorSubsystem, sys::SDL_INIT_SENSOR, SENSOR_COUNT, sync);
static IS_EVENT_PUMP_ALIVE: AtomicBool = AtomicBool::new(false);
/// A thread-safe type that encapsulates SDL event-pumping functions.
/// A type that encapsulates SDL event-pumping functions.
pub struct EventPump {
_event_subsystem: EventSubsystem,
}