mirror of
https://github.com/touchHLE/rust-sdl2.git
synced 2026-01-31 01:25:23 +01:00
Merge pull request #1391 from evmar/doc-fix
fix documentation on EventPump
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user